pub struct EmptyRevocation;Expand description
Empty ActorRevocationLookup impl for tests + scaffolds where
no actor has been revoked.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyRevocation
impl RefUnwindSafe for EmptyRevocation
impl Send for EmptyRevocation
impl Sync for EmptyRevocation
impl Unpin for EmptyRevocation
impl UnsafeUnpin for EmptyRevocation
impl UnwindSafe for EmptyRevocation
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