pub enum InternalOperation {
NotifyReceiverCreated,
NotifyReceiverDestroyed,
NotifySenderCreated,
NotifySenderDestroyed,
}
Expand description
Internal Operation
Variants§
NotifyReceiverCreated
Notify receiver created
NotifyReceiverDestroyed
Notify receiver destroyed
NotifySenderCreated
Notify sender created
NotifySenderDestroyed
Notify sender destroyed
Trait Implementations§
Source§impl Debug for InternalOperation
impl Debug for InternalOperation
Auto Trait Implementations§
impl Freeze for InternalOperation
impl RefUnwindSafe for InternalOperation
impl Send for InternalOperation
impl Sync for InternalOperation
impl Unpin for InternalOperation
impl UnwindSafe for InternalOperation
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