pub struct ModuleImports {
pub imports: Vec<ImportStatement>,
}
Fields§
§imports: Vec<ImportStatement>
Trait Implementations§
Source§impl Clone for ModuleImports
impl Clone for ModuleImports
Source§fn clone(&self) -> ModuleImports
fn clone(&self) -> ModuleImports
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 ModuleImports
impl Debug for ModuleImports
Source§impl Default for ModuleImports
impl Default for ModuleImports
Source§fn default() -> ModuleImports
fn default() -> ModuleImports
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModuleImports
impl RefUnwindSafe for ModuleImports
impl Send for ModuleImports
impl Sync for ModuleImports
impl Unpin for ModuleImports
impl UnwindSafe for ModuleImports
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