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