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