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