Enum cyfs_lib::CryptoEncryptType
source · pub enum CryptoEncryptType {
EncryptData,
GenAESKeyAndEncrypt,
}
Variants
Implementations
Trait Implementations
sourceimpl Clone for CryptoEncryptType
impl Clone for CryptoEncryptType
sourcefn clone(&self) -> CryptoEncryptType
fn clone(&self) -> CryptoEncryptType
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 CryptoEncryptType
impl Debug for CryptoEncryptType
sourceimpl FromStr for CryptoEncryptType
impl FromStr for CryptoEncryptType
Auto Trait Implementations
impl RefUnwindSafe for CryptoEncryptType
impl Send for CryptoEncryptType
impl Sync for CryptoEncryptType
impl Unpin for CryptoEncryptType
impl UnwindSafe for CryptoEncryptType
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