Struct crypto_mac::MacError
source · [−]pub struct MacError;
Expand description
Error type for signaling failed MAC verification
Trait Implementations
impl Copy for MacError
impl Eq for MacError
impl StructuralEq for MacError
impl StructuralPartialEq for MacError
Auto Trait Implementations
impl RefUnwindSafe for MacError
impl Send for MacError
impl Sync for MacError
impl Unpin for MacError
impl UnwindSafe for MacError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more