Struct easter::obj::Prop
[−]
[src]
pub struct Prop {
pub location: Option<Span>,
pub key: PropKey,
pub val: PropVal,
}Fields
location: Option<Span>
key: PropKey
val: PropVal
Trait Implementations
impl Debug for Prop[src]
impl PartialEq for Prop[src]
fn eq(&self, __arg_0: &Prop) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Prop) -> bool
This method tests for !=.