pub struct ExternalAad(/* private fields */);Expand description
Caller-supplied external_aad for exactly one COSE layer. Empty is the
explicit default, not an implicit one.
Implementations§
Trait Implementations§
Source§impl Clone for ExternalAad
impl Clone for ExternalAad
Source§fn clone(&self) -> ExternalAad
fn clone(&self) -> ExternalAad
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalAad
impl Debug for ExternalAad
impl Eq for ExternalAad
Source§impl PartialEq for ExternalAad
impl PartialEq for ExternalAad
Source§fn eq(&self, other: &ExternalAad) -> bool
fn eq(&self, other: &ExternalAad) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExternalAad
Auto Trait Implementations§
impl Freeze for ExternalAad
impl RefUnwindSafe for ExternalAad
impl Send for ExternalAad
impl Sync for ExternalAad
impl Unpin for ExternalAad
impl UnsafeUnpin for ExternalAad
impl UnwindSafe for ExternalAad
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