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