pub enum TrimOption {
Begin,
End,
BeginEnd,
}Variants§
Trait Implementations§
Source§impl Clone for TrimOption
impl Clone for TrimOption
Source§fn clone(&self) -> TrimOption
fn clone(&self) -> TrimOption
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 TrimOption
impl Debug for TrimOption
impl Copy for TrimOption
Auto Trait Implementations§
impl Freeze for TrimOption
impl RefUnwindSafe for TrimOption
impl Send for TrimOption
impl Sync for TrimOption
impl Unpin for TrimOption
impl UnwindSafe for TrimOption
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