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