pub struct NoneFun;Trait Implementations§
impl Copy for NoneFun
Auto Trait Implementations§
impl Freeze for NoneFun
impl RefUnwindSafe for NoneFun
impl Send for NoneFun
impl Sync for NoneFun
impl Unpin for NoneFun
impl UnwindSafe for NoneFun
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