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