Enum pomsky_syntax::exprs::BooleanSetting
source · [−]pub enum BooleanSetting {
Lazy,
}
Variants
Lazy
Trait Implementations
sourceimpl Clone for BooleanSetting
impl Clone for BooleanSetting
sourcefn clone(&self) -> BooleanSetting
fn clone(&self) -> BooleanSetting
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<BooleanSetting> for BooleanSetting
impl PartialEq<BooleanSetting> for BooleanSetting
sourcefn eq(&self, other: &BooleanSetting) -> bool
fn eq(&self, other: &BooleanSetting) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for BooleanSetting
impl StructuralEq for BooleanSetting
impl StructuralPartialEq for BooleanSetting
Auto Trait Implementations
impl RefUnwindSafe for BooleanSetting
impl Send for BooleanSetting
impl Sync for BooleanSetting
impl Unpin for BooleanSetting
impl UnwindSafe for BooleanSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more