pub struct RepoNamespace(/* private fields */);Implementations§
Trait Implementations§
Source§impl Debug for RepoNamespace
impl Debug for RepoNamespace
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.
Auto Trait Implementations§
impl Freeze for RepoNamespace
impl RefUnwindSafe for RepoNamespace
impl Send for RepoNamespace
impl Sync for RepoNamespace
impl Unpin for RepoNamespace
impl UnsafeUnpin for RepoNamespace
impl UnwindSafe for RepoNamespace
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