pub struct EncryptionHeader;
Trait Implementations§
Source§impl Clone for EncryptionHeader
impl Clone for EncryptionHeader
Source§fn clone(&self) -> EncryptionHeader
fn clone(&self) -> EncryptionHeader
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 EncryptionHeader
impl Debug for EncryptionHeader
Source§impl PartialEq for EncryptionHeader
impl PartialEq for EncryptionHeader
impl Eq for EncryptionHeader
impl StructuralPartialEq for EncryptionHeader
Auto Trait Implementations§
impl Freeze for EncryptionHeader
impl RefUnwindSafe for EncryptionHeader
impl Send for EncryptionHeader
impl Sync for EncryptionHeader
impl Unpin for EncryptionHeader
impl UnwindSafe for EncryptionHeader
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