pub struct NamespaceOptions { /* private fields */ }Expand description
Handle for accessing options within a specific namespace.
Implementations§
Auto Trait Implementations§
impl Freeze for NamespaceOptions
impl !RefUnwindSafe for NamespaceOptions
impl Send for NamespaceOptions
impl Sync for NamespaceOptions
impl Unpin for NamespaceOptions
impl !UnwindSafe for NamespaceOptions
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