pub struct SendNotify { /* private fields */ }Available on crate feature
unstable only.Expand description
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Implementations§
Source§impl SendNotify
impl SendNotify
Sourcepub fn notified(&self) -> SendNotified ⓘ
pub fn notified(&self) -> SendNotified ⓘ
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SendNotify
impl !RefUnwindSafe for SendNotify
impl Send for SendNotify
impl Sync for SendNotify
impl Unpin for SendNotify
impl UnsafeUnpin for SendNotify
impl !UnwindSafe for SendNotify
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