pub struct UnknownAeadAlgorithm(pub u16);Expand description
An unknown AEAD identifier.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Clone for UnknownAeadAlgorithm
impl Clone for UnknownAeadAlgorithm
Source§fn clone(&self) -> UnknownAeadAlgorithm
fn clone(&self) -> UnknownAeadAlgorithm
Returns a duplicate 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 UnknownAeadAlgorithm
impl Debug for UnknownAeadAlgorithm
Source§impl Display for UnknownAeadAlgorithm
impl Display for UnknownAeadAlgorithm
impl Copy for UnknownAeadAlgorithm
Auto Trait Implementations§
impl Freeze for UnknownAeadAlgorithm
impl RefUnwindSafe for UnknownAeadAlgorithm
impl Send for UnknownAeadAlgorithm
impl Sync for UnknownAeadAlgorithm
impl Unpin for UnknownAeadAlgorithm
impl UnwindSafe for UnknownAeadAlgorithm
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