Enum cyfs_lib::CryptoDecryptType
source · pub enum CryptoDecryptType {
DecryptData,
DecryptAESKey,
}
Variants
Implementations
Trait Implementations
sourceimpl Clone for CryptoDecryptType
impl Clone for CryptoDecryptType
sourcefn clone(&self) -> CryptoDecryptType
fn clone(&self) -> CryptoDecryptType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CryptoDecryptType
impl Debug for CryptoDecryptType
sourceimpl FromStr for CryptoDecryptType
impl FromStr for CryptoDecryptType
Auto Trait Implementations
impl RefUnwindSafe for CryptoDecryptType
impl Send for CryptoDecryptType
impl Sync for CryptoDecryptType
impl Unpin for CryptoDecryptType
impl UnwindSafe for CryptoDecryptType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more