Struct deadbolt_parser::config::AlgorithmConfig
source · pub struct AlgorithmConfig {
pub encryption: String,
pub hash: String,
pub kdf: KdfObject,
pub compression: bool,
}Fields§
§encryption: String§hash: String§kdf: KdfObject§compression: boolTrait Implementations§
source§impl Clone for AlgorithmConfig
impl Clone for AlgorithmConfig
source§fn clone(&self) -> AlgorithmConfig
fn clone(&self) -> AlgorithmConfig
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 AlgorithmConfig
impl Debug for AlgorithmConfig
source§impl<'de> Deserialize<'de> for AlgorithmConfig
impl<'de> Deserialize<'de> for AlgorithmConfig
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
source§impl PartialEq<AlgorithmConfig> for AlgorithmConfig
impl PartialEq<AlgorithmConfig> for AlgorithmConfig
source§fn eq(&self, other: &AlgorithmConfig) -> bool
fn eq(&self, other: &AlgorithmConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AlgorithmConfig
impl Serialize for AlgorithmConfig
impl StructuralPartialEq for AlgorithmConfig
Auto Trait Implementations§
impl RefUnwindSafe for AlgorithmConfig
impl Send for AlgorithmConfig
impl Sync for AlgorithmConfig
impl Unpin for AlgorithmConfig
impl UnwindSafe for AlgorithmConfig
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