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