pub struct IntTrimmer {}Expand description
Implementations§
Source§impl IntTrimmer
impl IntTrimmer
Trait Implementations§
impl Trimmer for IntTrimmer
Auto Trait Implementations§
impl Freeze for IntTrimmer
impl RefUnwindSafe for IntTrimmer
impl Send for IntTrimmer
impl Sync for IntTrimmer
impl Unpin for IntTrimmer
impl UnwindSafe for IntTrimmer
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