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