Enum zstd_safe::DictAttachPref
source · #[repr(u32)]pub enum DictAttachPref {
DefaultAttach,
ForceAttach,
ForceCopy,
ForceLoad,
}
Available on crate feature
experimental
only.Variants§
Trait Implementations§
source§impl Clone for DictAttachPref
impl Clone for DictAttachPref
source§fn clone(&self) -> DictAttachPref
fn clone(&self) -> DictAttachPref
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 DictAttachPref
impl Debug for DictAttachPref
source§impl PartialEq<DictAttachPref> for DictAttachPref
impl PartialEq<DictAttachPref> for DictAttachPref
source§fn eq(&self, other: &DictAttachPref) -> bool
fn eq(&self, other: &DictAttachPref) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DictAttachPref
impl Eq for DictAttachPref
impl StructuralEq for DictAttachPref
impl StructuralPartialEq for DictAttachPref
Auto Trait Implementations§
impl RefUnwindSafe for DictAttachPref
impl Send for DictAttachPref
impl Sync for DictAttachPref
impl Unpin for DictAttachPref
impl UnwindSafe for DictAttachPref
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more