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