Struct move_lang::expansion::ast::SpecBlock_
source · pub struct SpecBlock_ {
pub attributes: Vec<Attribute>,
pub target: SpecBlockTarget,
pub members: Vec<SpecBlockMember>,
}
Fields§
§attributes: Vec<Attribute>
§target: SpecBlockTarget
§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 ==
.