pub struct ProjectNamespace(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<ProjectNamespace> for ProjectNamespace
impl From<ProjectNamespace> for ProjectNamespace
Source§fn from(other: ProjectNamespace) -> Self
fn from(other: ProjectNamespace) -> Self
Converts to this type from the input type.
Source§impl From<ProjectNamespace> for ProjectNamespace
impl From<ProjectNamespace> for ProjectNamespace
Source§fn from(other: ProjectNamespace) -> Self
fn from(other: ProjectNamespace) -> 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
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 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.