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