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