Struct move_lang::parser::ast::SpecBlock_
source · pub struct SpecBlock_ {
pub attributes: Vec<Attributes>,
pub target: SpecBlockTarget,
pub uses: Vec<UseDecl>,
pub members: Vec<SpecBlockMember>,
}Fields§
§attributes: Vec<Attributes>§target: SpecBlockTarget§uses: Vec<UseDecl>§members: Vec<SpecBlockMember>Trait Implementations§
source§impl Clone for SpecBlock_
impl Clone for SpecBlock_
source§fn clone(&self) -> SpecBlock_
fn clone(&self) -> SpecBlock_
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 moresource§impl Debug for SpecBlock_
impl Debug for SpecBlock_
source§impl PartialEq<SpecBlock_> for SpecBlock_
impl PartialEq<SpecBlock_> for SpecBlock_
source§fn eq(&self, other: &SpecBlock_) -> bool
fn eq(&self, other: &SpecBlock_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.