pub enum TextWrappingValues {
None,
Square,
}Variants§
Trait Implementations§
Source§impl Clone for TextWrappingValues
impl Clone for TextWrappingValues
Source§fn clone(&self) -> TextWrappingValues
fn clone(&self) -> TextWrappingValues
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 TextWrappingValues
impl Debug for TextWrappingValues
Source§impl Default for TextWrappingValues
impl Default for TextWrappingValues
Source§impl EnumTrait for TextWrappingValues
impl EnumTrait for TextWrappingValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TextWrappingValues
impl RefUnwindSafe for TextWrappingValues
impl Send for TextWrappingValues
impl Sync for TextWrappingValues
impl Unpin for TextWrappingValues
impl UnwindSafe for TextWrappingValues
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