#[non_exhaustive]pub struct SampleAesEncryption { /* private fields */ }
Expand description
Configuration for SAMPLE-AES encryption.
Implementations§
Trait Implementations§
Source§impl Clone for SampleAesEncryption
impl Clone for SampleAesEncryption
Source§fn clone(&self) -> SampleAesEncryption
fn clone(&self) -> SampleAesEncryption
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 SampleAesEncryption
impl Debug for SampleAesEncryption
Source§impl Default for SampleAesEncryption
impl Default for SampleAesEncryption
Source§fn default() -> SampleAesEncryption
fn default() -> SampleAesEncryption
Returns the “default value” for a type. Read more
Source§impl Message for SampleAesEncryption
impl Message for SampleAesEncryption
Source§impl PartialEq for SampleAesEncryption
impl PartialEq for SampleAesEncryption
impl StructuralPartialEq for SampleAesEncryption
Auto Trait Implementations§
impl Freeze for SampleAesEncryption
impl RefUnwindSafe for SampleAesEncryption
impl Send for SampleAesEncryption
impl Sync for SampleAesEncryption
impl Unpin for SampleAesEncryption
impl UnwindSafe for SampleAesEncryption
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