pub enum DynamicTextOverflow {
Reject = 0,
FallbackShape = 1,
}Variants§
Trait Implementations§
Source§impl Clone for DynamicTextOverflow
impl Clone for DynamicTextOverflow
Source§fn clone(&self) -> DynamicTextOverflow
fn clone(&self) -> DynamicTextOverflow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DynamicTextOverflow
Source§impl Debug for DynamicTextOverflow
impl Debug for DynamicTextOverflow
impl Eq for DynamicTextOverflow
Source§impl PartialEq for DynamicTextOverflow
impl PartialEq for DynamicTextOverflow
impl StructuralPartialEq for DynamicTextOverflow
Auto Trait Implementations§
impl Freeze for DynamicTextOverflow
impl RefUnwindSafe for DynamicTextOverflow
impl Send for DynamicTextOverflow
impl Sync for DynamicTextOverflow
impl Unpin for DynamicTextOverflow
impl UnsafeUnpin for DynamicTextOverflow
impl UnwindSafe for DynamicTextOverflow
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