pub struct ModuleScope { /* private fields */ }Expand description
Import scope for a single module.
Implementations§
Source§impl ModuleScope
impl ModuleScope
Sourcepub const fn module_aliases(
&self,
) -> &HashMap<ModuleAliasName, ModuleAliasTarget>
pub const fn module_aliases( &self, ) -> &HashMap<ModuleAliasName, ModuleAliasTarget>
Module aliases introduced by whole-module imports/includes.
Trait Implementations§
Source§impl Clone for ModuleScope
impl Clone for ModuleScope
Source§fn clone(&self) -> ModuleScope
fn clone(&self) -> ModuleScope
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 ModuleScope
impl Debug for ModuleScope
Source§impl Default for ModuleScope
impl Default for ModuleScope
Source§fn default() -> ModuleScope
fn default() -> ModuleScope
Returns the “default value” for a type. Read more
impl Eq for ModuleScope
Source§impl PartialEq for ModuleScope
impl PartialEq for ModuleScope
Source§fn eq(&self, other: &ModuleScope) -> bool
fn eq(&self, other: &ModuleScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModuleScope
Auto Trait Implementations§
impl Freeze for ModuleScope
impl RefUnwindSafe for ModuleScope
impl Send for ModuleScope
impl Sync for ModuleScope
impl Unpin for ModuleScope
impl UnsafeUnpin for ModuleScope
impl UnwindSafe for ModuleScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.