pub struct ProjectNamespace(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<ProjectNamespace> for RepoNamespace
impl From<ProjectNamespace> for RepoNamespace
Source§fn from(other: ProjectNamespace) -> Self
fn from(other: ProjectNamespace) -> Self
Converts to this type from the input type.
Source§impl From<RepoNamespace> for ProjectNamespace
impl From<RepoNamespace> for ProjectNamespace
Source§fn from(other: RepoNamespace) -> Self
fn from(other: RepoNamespace) -> Self
Converts to this type from the input type.
Source§impl Hash for ProjectNamespace
impl Hash for ProjectNamespace
Source§impl PartialEq for ProjectNamespace
impl PartialEq for ProjectNamespace
Source§fn eq(&self, other: &ProjectNamespace) -> bool
fn eq(&self, other: &ProjectNamespace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ProjectNamespace
impl StructuralPartialEq for ProjectNamespace
Auto Trait Implementations§
impl Freeze for ProjectNamespace
impl RefUnwindSafe for ProjectNamespace
impl Send for ProjectNamespace
impl Sync for ProjectNamespace
impl Unpin for ProjectNamespace
impl UnsafeUnpin for ProjectNamespace
impl UnwindSafe for ProjectNamespace
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.