pub struct Revoc { /* private fields */ }
Expand description
Specifies when a Capability is invalid. Currenty is a time in ns from unix epoch but plan to change later.
Implementations§
Trait Implementations§
impl Copy for Revoc
impl Eq for Revoc
impl StructuralPartialEq for Revoc
Auto Trait Implementations§
impl Freeze for Revoc
impl ObjSafe for Revoc
impl RefUnwindSafe for Revoc
impl Send for Revoc
impl StoreCopy for Revoc
impl Sync for Revoc
impl Unpin for Revoc
impl UnwindSafe for Revoc
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