Struct git_ref_format_core::lit::Namespaces
source · pub struct Namespaces;
Trait Implementations§
source§impl Clone for Namespaces
impl Clone for Namespaces
source§fn clone(&self) -> Namespaces
fn clone(&self) -> Namespaces
Returns a copy of the value. Read more
1.0.0 · 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 Namespaces
impl Debug for Namespaces
source§impl Hash for Namespaces
impl Hash for Namespaces
source§impl Lit for Namespaces
impl Lit for Namespaces
source§impl Ord for Namespaces
impl Ord for Namespaces
source§fn cmp(&self, other: &Namespaces) -> Ordering
fn cmp(&self, other: &Namespaces) -> Ordering
1.21.0 · 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<Namespaces> for Namespaces
impl PartialEq<Namespaces> for Namespaces
source§fn eq(&self, other: &Namespaces) -> bool
fn eq(&self, other: &Namespaces) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Namespaces> for Namespaces
impl PartialOrd<Namespaces> for Namespaces
source§fn partial_cmp(&self, other: &Namespaces) -> Option<Ordering>
fn partial_cmp(&self, other: &Namespaces) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more