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