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