pub struct DeferredNotificationMutexSyncOps { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for DeferredNotificationMutexSyncOps
impl Default for DeferredNotificationMutexSyncOps
Source§impl MutexSyncOpsWithInteriorMutability for DeferredNotificationMutexSyncOps
impl MutexSyncOpsWithInteriorMutability for DeferredNotificationMutexSyncOps
type ModifyInput = Cap<Notification>
type ModifyOutput = ()
fn modify(&self, input: Self::ModifyInput) -> Self::ModifyOutput
Auto Trait Implementations§
impl !Freeze for DeferredNotificationMutexSyncOps
impl !RefUnwindSafe for DeferredNotificationMutexSyncOps
impl Send for DeferredNotificationMutexSyncOps
impl Sync for DeferredNotificationMutexSyncOps
impl Unpin for DeferredNotificationMutexSyncOps
impl UnwindSafe for DeferredNotificationMutexSyncOps
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more