pub struct RevocationCell(/* private fields */);Expand description
One revocation counter per capability issuer (a flow, the native table, the scheduler). Revoke is O(1); every derived Cap dies with it.
Implementations§
Trait Implementations§
Source§impl Debug for RevocationCell
impl Debug for RevocationCell
Auto Trait Implementations§
impl !Freeze for RevocationCell
impl RefUnwindSafe for RevocationCell
impl Send for RevocationCell
impl Sync for RevocationCell
impl Unpin for RevocationCell
impl UnsafeUnpin for RevocationCell
impl UnwindSafe for RevocationCell
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