pub struct TrimLeft;Expand description
Trim left transformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrimLeft
impl RefUnwindSafe for TrimLeft
impl Send for TrimLeft
impl Sync for TrimLeft
impl Unpin for TrimLeft
impl UnwindSafe for TrimLeft
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