pub struct ModuleScope { /* private fields */ }
Trait Implementations§
Source§impl Clone for ModuleScope
impl Clone for ModuleScope
Source§fn clone(&self) -> ModuleScope
fn clone(&self) -> ModuleScope
Returns a copy 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 ModuleScope
impl Debug for ModuleScope
Source§impl Hash for ModuleScope
impl Hash for ModuleScope
Source§impl PartialEq for ModuleScope
impl PartialEq for ModuleScope
impl Eq for ModuleScope
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 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