pub struct Aes256GcmParams {
pub nonce: Vec<u8>,
}Fields§
§nonce: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for Aes256GcmParams
impl Clone for Aes256GcmParams
Source§fn clone(&self) -> Aes256GcmParams
fn clone(&self) -> Aes256GcmParams
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<'de> Deserialize<'de> for Aes256GcmParams
impl<'de> Deserialize<'de> for Aes256GcmParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Aes256GcmParams
impl RefUnwindSafe for Aes256GcmParams
impl Send for Aes256GcmParams
impl Sync for Aes256GcmParams
impl Unpin for Aes256GcmParams
impl UnsafeUnpin for Aes256GcmParams
impl UnwindSafe for Aes256GcmParams
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