Struct go_parser::ast::InterfaceType
source · pub struct InterfaceType {
pub interface: Pos,
pub methods: FieldList,
pub incomplete: bool,
}
Fields§
§interface: Pos
§methods: FieldList
§incomplete: bool
Trait Implementations§
source§impl Clone for InterfaceType
impl Clone for InterfaceType
source§fn clone(&self) -> InterfaceType
fn clone(&self) -> InterfaceType
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