Enum pomsky_syntax::exprs::BooleanSetting
source · pub enum BooleanSetting {
Lazy,
}Variants§
Lazy
Trait Implementations§
source§impl Clone for BooleanSetting
impl Clone for BooleanSetting
source§fn clone(&self) -> BooleanSetting
fn clone(&self) -> BooleanSetting
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 more