pub enum RefCountOp {
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 RefCountOp
impl Debug for RefCountOp
Auto Trait Implementations§
impl Freeze for RefCountOp
impl RefUnwindSafe for RefCountOp
impl Send for RefCountOp
impl Sync for RefCountOp
impl Unpin for RefCountOp
impl UnwindSafe for RefCountOp
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