pub struct REVOKE;Trait Implementations§
impl Copy for REVOKE
Auto Trait Implementations§
impl Freeze for REVOKE
impl RefUnwindSafe for REVOKE
impl Send for REVOKE
impl Sync for REVOKE
impl Unpin for REVOKE
impl UnwindSafe for REVOKE
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