Struct sway_core::language::parsed::UseStatement
source · pub struct UseStatement { /* private fields */ }
Expand description
A UseStatement is a statement that imports something from a module into the local namespace.
Trait Implementations§
source§impl Clone for UseStatement
impl Clone for UseStatement
source§fn clone(&self) -> UseStatement
fn clone(&self) -> UseStatement
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 more