pub struct NamespaceContext { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NamespaceContext
impl Clone for NamespaceContext
Source§fn clone(&self) -> NamespaceContext
fn clone(&self) -> NamespaceContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceContext
impl Debug for NamespaceContext
Source§impl Default for NamespaceContext
impl Default for NamespaceContext
Source§fn default() -> NamespaceContext
fn default() -> NamespaceContext
Returns the “default value” for a type. Read more
impl Eq for NamespaceContext
Source§impl PartialEq for NamespaceContext
impl PartialEq for NamespaceContext
Source§fn eq(&self, other: &NamespaceContext) -> bool
fn eq(&self, other: &NamespaceContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NamespaceContext
Auto Trait Implementations§
impl Freeze for NamespaceContext
impl RefUnwindSafe for NamespaceContext
impl Send for NamespaceContext
impl Sync for NamespaceContext
impl Unpin for NamespaceContext
impl UnsafeUnpin for NamespaceContext
impl UnwindSafe for NamespaceContext
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