pub struct AEADTag(Tag);
Expand description
An abstract AEAD authentication tag.
Tuple Fields§
§0: Tag
Implementations§
Auto Trait Implementations§
impl Freeze for AEADTag
impl RefUnwindSafe for AEADTag
impl Send for AEADTag
impl Sync for AEADTag
impl Unpin for AEADTag
impl UnwindSafe for AEADTag
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