Enum cyfs_lib::DecryptDataResult
source · [−]pub enum DecryptDataResult {
Decrypted,
Pending,
}
Variants
Decrypted
Pending
Implementations
Trait Implementations
sourceimpl Clone for DecryptDataResult
impl Clone for DecryptDataResult
sourcefn clone(&self) -> DecryptDataResult
fn clone(&self) -> DecryptDataResult
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DecryptDataResult
impl Debug for DecryptDataResult
sourceimpl FromStr for DecryptDataResult
impl FromStr for DecryptDataResult
sourceimpl PartialEq<DecryptDataResult> for DecryptDataResult
impl PartialEq<DecryptDataResult> for DecryptDataResult
sourcefn eq(&self, other: &DecryptDataResult) -> bool
fn eq(&self, other: &DecryptDataResult) -> bool
sourceimpl ToString for DecryptDataResult
impl ToString for DecryptDataResult
impl Eq for DecryptDataResult
impl StructuralEq for DecryptDataResult
impl StructuralPartialEq for DecryptDataResult
Auto Trait Implementations
impl RefUnwindSafe for DecryptDataResult
impl Send for DecryptDataResult
impl Sync for DecryptDataResult
impl Unpin for DecryptDataResult
impl UnwindSafe for DecryptDataResult
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