Enum cyfs_lib::CryptoEncryptType
source · pub enum CryptoEncryptType {
EncryptData,
GenAESKeyAndEncrypt,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for CryptoEncryptType
impl Clone for CryptoEncryptType
source§fn clone(&self) -> CryptoEncryptType
fn clone(&self) -> CryptoEncryptType
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 more