pub enum TextboxTightWrapType {
None,
AllLines,
FirstAndLastLine,
FirstLineOnly,
LastLineOnly,
}
Variants§
Trait Implementations§
Source§impl Clone for TextboxTightWrapType
impl Clone for TextboxTightWrapType
Source§fn clone(&self) -> TextboxTightWrapType
fn clone(&self) -> TextboxTightWrapType
Returns a copy 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 TextboxTightWrapType
impl Debug for TextboxTightWrapType
Source§impl Display for TextboxTightWrapType
impl Display for TextboxTightWrapType
Auto Trait Implementations§
impl Freeze for TextboxTightWrapType
impl RefUnwindSafe for TextboxTightWrapType
impl Send for TextboxTightWrapType
impl Sync for TextboxTightWrapType
impl Unpin for TextboxTightWrapType
impl UnwindSafe for TextboxTightWrapType
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