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