pub struct Declutter<'b> { /* private fields */ }
Auto Trait Implementations§
impl<'b> Freeze for Declutter<'b>
impl<'b> RefUnwindSafe for Declutter<'b>
impl<'b> Send for Declutter<'b>
impl<'b> Sync for Declutter<'b>
impl<'b> Unpin for Declutter<'b>
impl<'b> UnwindSafe for Declutter<'b>
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