Enum gitlab_client::common::namespace::NamespaceKind
source · pub enum NamespaceKind {
Group,
User,
}Variants§
Trait Implementations§
source§impl Clone for NamespaceKind
impl Clone for NamespaceKind
source§fn clone(&self) -> NamespaceKind
fn clone(&self) -> NamespaceKind
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 NamespaceKind
impl Debug for NamespaceKind
source§impl Hash for NamespaceKind
impl Hash for NamespaceKind
source§impl Ord for NamespaceKind
impl Ord for NamespaceKind
source§fn cmp(&self, other: &NamespaceKind) -> Ordering
fn cmp(&self, other: &NamespaceKind) -> 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 for NamespaceKind
impl PartialEq for NamespaceKind
source§fn eq(&self, other: &NamespaceKind) -> bool
fn eq(&self, other: &NamespaceKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NamespaceKind
impl PartialOrd for NamespaceKind
source§fn partial_cmp(&self, other: &NamespaceKind) -> Option<Ordering>
fn partial_cmp(&self, other: &NamespaceKind) -> 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 moreimpl Copy for NamespaceKind
impl Eq for NamespaceKind
impl StructuralPartialEq for NamespaceKind
Auto Trait Implementations§
impl Freeze for NamespaceKind
impl RefUnwindSafe for NamespaceKind
impl Send for NamespaceKind
impl Sync for NamespaceKind
impl Unpin for NamespaceKind
impl UnwindSafe for NamespaceKind
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