pub struct Shrinker(/* private fields */);Trait Implementations§
impl Copy for Shrinker
Auto Trait Implementations§
impl Freeze for Shrinker
impl RefUnwindSafe for Shrinker
impl Send for Shrinker
impl Sync for Shrinker
impl Unpin for Shrinker
impl UnsafeUnpin for Shrinker
impl UnwindSafe for Shrinker
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