pub enum WrapTextType {
Both,
}
Variants§
Both
Trait Implementations§
Source§impl Clone for WrapTextType
impl Clone for WrapTextType
Source§fn clone(&self) -> WrapTextType
fn clone(&self) -> WrapTextType
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 WrapTextType
impl Debug for WrapTextType
Source§impl Default for WrapTextType
impl Default for WrapTextType
Source§fn default() -> WrapTextType
fn default() -> WrapTextType
Returns the “default value” for a type. Read more
Source§impl Display for WrapTextType
impl Display for WrapTextType
Auto Trait Implementations§
impl Freeze for WrapTextType
impl RefUnwindSafe for WrapTextType
impl Send for WrapTextType
impl Sync for WrapTextType
impl Unpin for WrapTextType
impl UnwindSafe for WrapTextType
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