pub struct BtrfsDirIndexData { /* private fields */ }Trait Implementations§
Source§impl Clone for BtrfsDirIndexData
impl Clone for BtrfsDirIndexData
Source§fn clone(&self) -> BtrfsDirIndexData
fn clone(&self) -> BtrfsDirIndexData
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 moreimpl Copy for BtrfsDirIndexData
Source§impl Debug for BtrfsDirIndexData
impl Debug for BtrfsDirIndexData
impl Eq for BtrfsDirIndexData
Source§impl Hash for BtrfsDirIndexData
impl Hash for BtrfsDirIndexData
Source§impl PartialEq for BtrfsDirIndexData
impl PartialEq for BtrfsDirIndexData
Source§fn eq(&self, other: &BtrfsDirIndexData) -> bool
fn eq(&self, other: &BtrfsDirIndexData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BtrfsDirIndexData
Auto Trait Implementations§
impl Freeze for BtrfsDirIndexData
impl RefUnwindSafe for BtrfsDirIndexData
impl Send for BtrfsDirIndexData
impl Sync for BtrfsDirIndexData
impl Unpin for BtrfsDirIndexData
impl UnsafeUnpin for BtrfsDirIndexData
impl UnwindSafe for BtrfsDirIndexData
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