pub enum TrimDirection {
Both(Span),
Leading(Span),
Trailing(Span),
}Expand description
Direction for TRIM()
Variants§
Trait Implementations§
Source§impl Clone for TrimDirection
impl Clone for TrimDirection
Source§fn clone(&self) -> TrimDirection
fn clone(&self) -> TrimDirection
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 TrimDirection
impl Debug for TrimDirection
Auto Trait Implementations§
impl Freeze for TrimDirection
impl RefUnwindSafe for TrimDirection
impl Send for TrimDirection
impl Sync for TrimDirection
impl Unpin for TrimDirection
impl UnsafeUnpin for TrimDirection
impl UnwindSafe for TrimDirection
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