pub struct MacNotEqual;Expand description
Get’s returned as an error if the generated mac and the received MAC are not equal.
Trait Implementations§
Source§impl Clone for MacNotEqual
impl Clone for MacNotEqual
Source§fn clone(&self) -> MacNotEqual
fn clone(&self) -> MacNotEqual
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MacNotEqual
impl Debug for MacNotEqual
Source§impl PartialEq for MacNotEqual
impl PartialEq for MacNotEqual
impl Copy for MacNotEqual
impl Eq for MacNotEqual
impl StructuralPartialEq for MacNotEqual
Auto Trait Implementations§
impl Freeze for MacNotEqual
impl RefUnwindSafe for MacNotEqual
impl Send for MacNotEqual
impl Sync for MacNotEqual
impl Unpin for MacNotEqual
impl UnwindSafe for MacNotEqual
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