pub struct ProjectNamespace(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for ProjectNamespace
impl Debug for ProjectNamespace
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.
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