pub struct Namespace {
pub id: NamespaceId,
pub kind: NamespaceKind,
pub owner: String,
}Expand description
A namespace descriptor: its id, visibility class, and owning operator.
Fields§
§id: NamespaceIdStable opaque identifier.
kind: NamespaceKindVisibility class.
owner: StringOwning operator principal id ("system" for the global commons).
Trait Implementations§
impl Eq for Namespace
impl StructuralPartialEq for Namespace
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnsafeUnpin for Namespace
impl UnwindSafe for Namespace
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