pub struct NamespaceEntry {
pub path: NamespacePath,
pub directory: ClientEnd<DirectoryMarker>,
}Expand description
A namespace entry type. Identical to the type in the namespace crate but can be used in
contexts where that crate is not included.
Fields§
§path: NamespacePath§directory: ClientEnd<DirectoryMarker>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceEntry
impl RefUnwindSafe for NamespaceEntry
impl Send for NamespaceEntry
impl Sync for NamespaceEntry
impl Unpin for NamespaceEntry
impl UnsafeUnpin for NamespaceEntry
impl UnwindSafe for NamespaceEntry
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