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