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