pub struct M2dirEntryStoreOptions {}Expand description
Options for M2dirEntryStore::new.
Trait Implementations§
Source§impl Clone for M2dirEntryStoreOptions
impl Clone for M2dirEntryStoreOptions
Source§fn clone(&self) -> M2dirEntryStoreOptions
fn clone(&self) -> M2dirEntryStoreOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 M2dirEntryStoreOptions
impl Debug for M2dirEntryStoreOptions
Source§impl Default for M2dirEntryStoreOptions
impl Default for M2dirEntryStoreOptions
Source§fn default() -> M2dirEntryStoreOptions
fn default() -> M2dirEntryStoreOptions
Returns the “default value” for a type. Read more
impl Eq for M2dirEntryStoreOptions
Source§impl PartialEq for M2dirEntryStoreOptions
impl PartialEq for M2dirEntryStoreOptions
Source§fn eq(&self, other: &M2dirEntryStoreOptions) -> bool
fn eq(&self, other: &M2dirEntryStoreOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for M2dirEntryStoreOptions
Auto Trait Implementations§
impl Freeze for M2dirEntryStoreOptions
impl RefUnwindSafe for M2dirEntryStoreOptions
impl Send for M2dirEntryStoreOptions
impl Sync for M2dirEntryStoreOptions
impl Unpin for M2dirEntryStoreOptions
impl UnsafeUnpin for M2dirEntryStoreOptions
impl UnwindSafe for M2dirEntryStoreOptions
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