pub enum DisplayAttribute {
Reset,
Bold,
LowIntensity,
Italic,
Underline,
Blink,
RapidBlink,
Reverse,
Invisible,
CrossedOut,
DefaultFont,
}Variants§
Trait Implementations§
Source§impl Clone for DisplayAttribute
impl Clone for DisplayAttribute
Source§fn clone(&self) -> DisplayAttribute
fn clone(&self) -> DisplayAttribute
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DisplayAttribute
impl Default for DisplayAttribute
Source§impl Hash for DisplayAttribute
impl Hash for DisplayAttribute
Source§impl Ord for DisplayAttribute
impl Ord for DisplayAttribute
Source§fn cmp(&self, other: &DisplayAttribute) -> Ordering
fn cmp(&self, other: &DisplayAttribute) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DisplayAttribute
impl PartialEq for DisplayAttribute
Source§impl PartialOrd for DisplayAttribute
impl PartialOrd for DisplayAttribute
impl Copy for DisplayAttribute
impl Eq for DisplayAttribute
impl StructuralPartialEq for DisplayAttribute
Auto Trait Implementations§
impl Freeze for DisplayAttribute
impl RefUnwindSafe for DisplayAttribute
impl Send for DisplayAttribute
impl Sync for DisplayAttribute
impl Unpin for DisplayAttribute
impl UnwindSafe for DisplayAttribute
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