pub struct FnSpec<Args, Output> { /* private fields */ }Auto Trait Implementations§
impl<Args, Output> Freeze for FnSpec<Args, Output>
impl<Args, Output> RefUnwindSafe for FnSpec<Args, Output>where
Args: RefUnwindSafe,
Output: RefUnwindSafe,
impl<Args, Output> Send for FnSpec<Args, Output>
impl<Args, Output> Sync for FnSpec<Args, Output>
impl<Args, Output> Unpin for FnSpec<Args, Output>
impl<Args, Output> UnsafeUnpin for FnSpec<Args, Output>
impl<Args, Output> UnwindSafe for FnSpec<Args, Output>where
Args: UnwindSafe,
Output: UnwindSafe,
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