pub struct HmacSecretExtension {
pub salt1: Vec<u8>,
pub salt2: Option<Vec<u8>>,
/* private fields */
}Fields§
§salt1: Vec<u8>§salt2: Option<Vec<u8>>Implementations§
Trait Implementations§
Source§impl Clone for HmacSecretExtension
impl Clone for HmacSecretExtension
Source§fn clone(&self) -> HmacSecretExtension
fn clone(&self) -> HmacSecretExtension
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HmacSecretExtension
impl Debug for HmacSecretExtension
Source§impl Default for HmacSecretExtension
impl Default for HmacSecretExtension
Source§fn default() -> HmacSecretExtension
fn default() -> HmacSecretExtension
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HmacSecretExtension
impl RefUnwindSafe for HmacSecretExtension
impl Send for HmacSecretExtension
impl Sync for HmacSecretExtension
impl Unpin for HmacSecretExtension
impl UnsafeUnpin for HmacSecretExtension
impl UnwindSafe for HmacSecretExtension
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