Struct fire_crypto::cipher::MacNotEqual
source · 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 copy 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<MacNotEqual> for MacNotEqual
impl PartialEq<MacNotEqual> for MacNotEqual
source§fn eq(&self, other: &MacNotEqual) -> bool
fn eq(&self, other: &MacNotEqual) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for MacNotEqual
impl Eq for MacNotEqual
impl StructuralEq for MacNotEqual
impl StructuralPartialEq for MacNotEqual
Auto Trait Implementations§
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