pub enum BlobdCfgBackingStore {
Uring,
File,
}
Variants§
Trait Implementations§
source§impl Clone for BlobdCfgBackingStore
impl Clone for BlobdCfgBackingStore
source§fn clone(&self) -> BlobdCfgBackingStore
fn clone(&self) -> BlobdCfgBackingStore
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 BlobdCfgBackingStore
impl Debug for BlobdCfgBackingStore
source§impl PartialEq<BlobdCfgBackingStore> for BlobdCfgBackingStore
impl PartialEq<BlobdCfgBackingStore> for BlobdCfgBackingStore
source§fn eq(&self, other: &BlobdCfgBackingStore) -> bool
fn eq(&self, other: &BlobdCfgBackingStore) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BlobdCfgBackingStore
impl Eq for BlobdCfgBackingStore
impl StructuralEq for BlobdCfgBackingStore
impl StructuralPartialEq for BlobdCfgBackingStore
Auto Trait Implementations§
impl RefUnwindSafe for BlobdCfgBackingStore
impl Send for BlobdCfgBackingStore
impl Sync for BlobdCfgBackingStore
impl Unpin for BlobdCfgBackingStore
impl UnwindSafe for BlobdCfgBackingStore
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