Enum keepass_ng::config::InnerCipherConfig
source · pub enum InnerCipherConfig {
Plain,
Salsa20,
ChaCha20,
}Expand description
Choices for encrypting protected values inside of databases
Variants§
Trait Implementations§
source§impl Clone for InnerCipherConfig
impl Clone for InnerCipherConfig
source§fn clone(&self) -> InnerCipherConfig
fn clone(&self) -> InnerCipherConfig
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 InnerCipherConfig
impl Debug for InnerCipherConfig
source§impl PartialEq for InnerCipherConfig
impl PartialEq for InnerCipherConfig
source§fn eq(&self, other: &InnerCipherConfig) -> bool
fn eq(&self, other: &InnerCipherConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<u32> for InnerCipherConfig
impl TryFrom<u32> for InnerCipherConfig
§type Error = InnerCipherConfigError
type Error = InnerCipherConfigError
The type returned in the event of a conversion error.
impl Eq for InnerCipherConfig
impl StructuralPartialEq for InnerCipherConfig
Auto Trait Implementations§
impl Freeze for InnerCipherConfig
impl RefUnwindSafe for InnerCipherConfig
impl Send for InnerCipherConfig
impl Sync for InnerCipherConfig
impl Unpin for InnerCipherConfig
impl UnwindSafe for InnerCipherConfig
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