pub struct BlobsDirectory;Expand description
Marker for the blobs directory.
Trait Implementations§
Source§impl Clone for BlobsDirectory
impl Clone for BlobsDirectory
Source§fn clone(&self) -> BlobsDirectory
fn clone(&self) -> BlobsDirectory
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 BlobsDirectory
impl Debug for BlobsDirectory
Source§impl Default for BlobsDirectory
impl Default for BlobsDirectory
Source§fn default() -> BlobsDirectory
fn default() -> BlobsDirectory
Returns the “default value” for a type. Read more
Source§impl Hash for BlobsDirectory
impl Hash for BlobsDirectory
Source§impl Ord for BlobsDirectory
impl Ord for BlobsDirectory
Source§fn cmp(&self, other: &BlobsDirectory) -> Ordering
fn cmp(&self, other: &BlobsDirectory) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BlobsDirectory
impl PartialEq for BlobsDirectory
Source§fn eq(&self, other: &BlobsDirectory) -> bool
fn eq(&self, other: &BlobsDirectory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BlobsDirectory
impl PartialOrd for BlobsDirectory
impl Copy for BlobsDirectory
impl Eq for BlobsDirectory
impl StructuralPartialEq for BlobsDirectory
Auto Trait Implementations§
impl Freeze for BlobsDirectory
impl RefUnwindSafe for BlobsDirectory
impl Send for BlobsDirectory
impl Sync for BlobsDirectory
impl Unpin for BlobsDirectory
impl UnsafeUnpin for BlobsDirectory
impl UnwindSafe for BlobsDirectory
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