pub enum GrnBooleanState {
Applied,
LosingButEligible,
Inactive,
Top,
}Variants§
Trait Implementations§
Source§impl Clone for GrnBooleanState
impl Clone for GrnBooleanState
Source§fn clone(&self) -> GrnBooleanState
fn clone(&self) -> GrnBooleanState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GrnBooleanState
Source§impl Debug for GrnBooleanState
impl Debug for GrnBooleanState
impl Eq for GrnBooleanState
Source§impl PartialEq for GrnBooleanState
impl PartialEq for GrnBooleanState
Source§fn eq(&self, other: &GrnBooleanState) -> bool
fn eq(&self, other: &GrnBooleanState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GrnBooleanState
impl Serialize for GrnBooleanState
impl StructuralPartialEq for GrnBooleanState
Auto Trait Implementations§
impl Freeze for GrnBooleanState
impl RefUnwindSafe for GrnBooleanState
impl Send for GrnBooleanState
impl Sync for GrnBooleanState
impl Unpin for GrnBooleanState
impl UnsafeUnpin for GrnBooleanState
impl UnwindSafe for GrnBooleanState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more