Struct move_lang::expansion::ast::PragmaProperty_
source · pub struct PragmaProperty_ {
pub name: Name,
pub value: Option<PragmaValue>,
}
Fields§
§name: Name
§value: Option<PragmaValue>
Trait Implementations§
source§impl Clone for PragmaProperty_
impl Clone for PragmaProperty_
source§fn clone(&self) -> PragmaProperty_
fn clone(&self) -> PragmaProperty_
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 PragmaProperty_
impl Debug for PragmaProperty_
source§impl PartialEq<PragmaProperty_> for PragmaProperty_
impl PartialEq<PragmaProperty_> for PragmaProperty_
source§fn eq(&self, other: &PragmaProperty_) -> bool
fn eq(&self, other: &PragmaProperty_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.