Enum cyfs_lib::DecryptDataResult
source · pub enum DecryptDataResult {
Decrypted,
Pending,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DecryptDataResult
impl Clone for DecryptDataResult
source§fn clone(&self) -> DecryptDataResult
fn clone(&self) -> DecryptDataResult
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 moresource§impl Debug for DecryptDataResult
impl Debug for DecryptDataResult
source§impl FromStr for DecryptDataResult
impl FromStr for DecryptDataResult
source§impl PartialEq<DecryptDataResult> for DecryptDataResult
impl PartialEq<DecryptDataResult> for DecryptDataResult
source§fn eq(&self, other: &DecryptDataResult) -> bool
fn eq(&self, other: &DecryptDataResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.