pub struct KeyDerivation {
pub method: DerivationMethod,
pub parameters: HashMap<String, Vec<u8>>,
pub context: String,
}Expand description
Supporting structures
Fieldsยง
ยงmethod: DerivationMethodยงparameters: HashMap<String, Vec<u8>>ยงcontext: StringTrait Implementationsยง
Sourceยงimpl Clone for KeyDerivation
impl Clone for KeyDerivation
Sourceยงfn clone(&self) -> KeyDerivation
fn clone(&self) -> KeyDerivation
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 KeyDerivation
impl Debug for KeyDerivation
Sourceยงimpl<'de> Deserialize<'de> for KeyDerivation
impl<'de> Deserialize<'de> for KeyDerivation
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 KeyDerivation
impl RefUnwindSafe for KeyDerivation
impl Send for KeyDerivation
impl Sync for KeyDerivation
impl Unpin for KeyDerivation
impl UnwindSafe for KeyDerivation
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