pub struct ModuleDeclarations(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ModuleDeclarations
impl Clone for ModuleDeclarations
Source§fn clone(&self) -> ModuleDeclarations
fn clone(&self) -> ModuleDeclarations
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 ModuleDeclarations
impl Debug for ModuleDeclarations
Source§impl Display for ModuleDeclarations
impl Display for ModuleDeclarations
Source§impl FromIterator<ModuleName> for ModuleDeclarations
impl FromIterator<ModuleName> for ModuleDeclarations
Source§fn from_iter<T: IntoIterator<Item = ModuleName>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = ModuleName>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for ModuleDeclarations
impl RefUnwindSafe for ModuleDeclarations
impl Send for ModuleDeclarations
impl Sync for ModuleDeclarations
impl Unpin for ModuleDeclarations
impl UnwindSafe for ModuleDeclarations
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