Struct sway_core::language::parsed::declaration::Supertrait
source · pub struct Supertrait {
pub name: CallPath,
pub decl_id: Option<DeclId>,
}
Fields§
§name: CallPath
§decl_id: Option<DeclId>
Trait Implementations§
source§impl Clone for Supertrait
impl Clone for Supertrait
source§fn clone(&self) -> Supertrait
fn clone(&self) -> Supertrait
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