pub enum TextOverflow {
Initial,
Inherit,
Unset,
Clip,
Ellipsis,
String(String),
}Variants§
Trait Implementations§
Source§impl AppendProperty for TextOverflow
impl AppendProperty for TextOverflow
fn append_property(self, decls: &mut Vec<Property>)
Source§impl Clone for TextOverflow
impl Clone for TextOverflow
Source§fn clone(&self) -> TextOverflow
fn clone(&self) -> TextOverflow
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 Debug for TextOverflow
impl Debug for TextOverflow
Source§impl Display for TextOverflow
impl Display for TextOverflow
Source§impl From<TextOverflow> for Property
impl From<TextOverflow> for Property
Source§fn from(x: TextOverflow) -> Self
fn from(x: TextOverflow) -> Self
Converts to this type from the input type.
Source§impl Hash for TextOverflow
impl Hash for TextOverflow
Source§impl Ord for TextOverflow
impl Ord for TextOverflow
Source§fn cmp(&self, other: &TextOverflow) -> Ordering
fn cmp(&self, other: &TextOverflow) -> 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 TextOverflow
impl PartialEq for TextOverflow
Source§impl PartialOrd for TextOverflow
impl PartialOrd for TextOverflow
impl Eq for TextOverflow
impl StructuralPartialEq for TextOverflow
Auto Trait Implementations§
impl Freeze for TextOverflow
impl RefUnwindSafe for TextOverflow
impl Send for TextOverflow
impl Sync for TextOverflow
impl Unpin for TextOverflow
impl UnwindSafe for TextOverflow
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