pub struct NameSpace { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<NameSpaceView<'_>> for NameSpace
impl From<NameSpaceView<'_>> for NameSpace
Source§fn from(value: NameSpaceView<'_>) -> Self
fn from(value: NameSpaceView<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NameSpace
impl RefUnwindSafe for NameSpace
impl Send for NameSpace
impl Sync for NameSpace
impl Unpin 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