pub enum MacContext {
CoseMac,
CoseMac0,
}
Expand description
Possible MAC contexts.
Variants§
Trait Implementations§
Source§impl Clone for MacContext
impl Clone for MacContext
Source§fn clone(&self) -> MacContext
fn clone(&self) -> MacContext
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 MacContext
impl Debug for MacContext
impl Copy for MacContext
Auto Trait Implementations§
impl Freeze for MacContext
impl RefUnwindSafe for MacContext
impl Send for MacContext
impl Sync for MacContext
impl Unpin for MacContext
impl UnwindSafe for MacContext
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