Enum cyfs_base::raw::RawEncodePurpose
source · pub enum RawEncodePurpose {
Serialize,
Hash,
}
Variants
Serialize
Hash
Trait Implementations
sourceimpl Clone for RawEncodePurpose
impl Clone for RawEncodePurpose
sourcefn clone(&self) -> RawEncodePurpose
fn clone(&self) -> RawEncodePurpose
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 RawEncodePurpose
impl Debug for RawEncodePurpose
sourceimpl PartialEq<RawEncodePurpose> for RawEncodePurpose
impl PartialEq<RawEncodePurpose> for RawEncodePurpose
sourcefn eq(&self, other: &RawEncodePurpose) -> bool
fn eq(&self, other: &RawEncodePurpose) -> bool
impl Eq for RawEncodePurpose
impl StructuralEq for RawEncodePurpose
impl StructuralPartialEq for RawEncodePurpose
Auto Trait Implementations
impl RefUnwindSafe for RawEncodePurpose
impl Send for RawEncodePurpose
impl Sync for RawEncodePurpose
impl Unpin for RawEncodePurpose
impl UnwindSafe for RawEncodePurpose
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