#[repr(C)]pub enum TextDecor {
None = 0,
Underline = 1,
Strikethrough = 2,
}Variants§
Trait Implementations§
impl Copy for TextDecor
impl Eq for TextDecor
impl StructuralPartialEq for TextDecor
Auto Trait Implementations§
impl Freeze for TextDecor
impl RefUnwindSafe for TextDecor
impl Send for TextDecor
impl Sync for TextDecor
impl Unpin for TextDecor
impl UnwindSafe for TextDecor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more