Enum unlock_excel::error::DataEncryption
source · pub enum DataEncryption {
InvalidHex(InvalidHex),
TooShort(String),
Version(u8),
LengthMismatch(u32, u32),
}Variants§
Trait Implementations§
source§impl Debug for DataEncryption
impl Debug for DataEncryption
source§impl Display for DataEncryption
impl Display for DataEncryption
source§impl From<DataEncryption> for Password
impl From<DataEncryption> for Password
source§fn from(value: DataEncryption) -> Self
fn from(value: DataEncryption) -> Self
Converts to this type from the input type.
source§impl From<DataEncryption> for ProtectionState
impl From<DataEncryption> for ProtectionState
source§fn from(value: DataEncryption) -> Self
fn from(value: DataEncryption) -> Self
Converts to this type from the input type.
source§impl From<DataEncryption> for Visibility
impl From<DataEncryption> for Visibility
source§fn from(value: DataEncryption) -> Self
fn from(value: DataEncryption) -> Self
Converts to this type from the input type.
source§impl From<InvalidHex> for DataEncryption
impl From<InvalidHex> for DataEncryption
source§fn from(value: InvalidHex) -> Self
fn from(value: InvalidHex) -> Self
Converts to this type from the input type.
source§impl PartialEq for DataEncryption
impl PartialEq for DataEncryption
source§fn eq(&self, other: &DataEncryption) -> bool
fn eq(&self, other: &DataEncryption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DataEncryption
impl StructuralPartialEq for DataEncryption
Auto Trait Implementations§
impl RefUnwindSafe for DataEncryption
impl Send for DataEncryption
impl Sync for DataEncryption
impl Unpin for DataEncryption
impl UnwindSafe for DataEncryption
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