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