pub struct NamespaceEnv { /* private fields */ }
Expand description
Mutable container for storing a Namespace in a Gc.
Implementations§
Trait Implementations§
Source§impl Clone for NamespaceEnv
impl Clone for NamespaceEnv
Source§fn clone(&self) -> NamespaceEnv
fn clone(&self) -> NamespaceEnv
Returns a duplicate of the value. Read more
1.0.0 · 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 NamespaceEnv
impl Debug for NamespaceEnv
Source§impl Default for NamespaceEnv
impl Default for NamespaceEnv
Source§fn default() -> NamespaceEnv
fn default() -> NamespaceEnv
Returns the “default value” for a type. Read more
Source§impl From<Namespace> for NamespaceEnv
impl From<Namespace> for NamespaceEnv
Source§impl GcTrace for NamespaceEnv
impl GcTrace for NamespaceEnv
Auto Trait Implementations§
impl !Freeze for NamespaceEnv
impl !RefUnwindSafe for NamespaceEnv
impl !Send for NamespaceEnv
impl !Sync for NamespaceEnv
impl Unpin for NamespaceEnv
impl !UnwindSafe for NamespaceEnv
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