pub enum BooleanMode {
Native,
YesNo,
YN,
}Variants§
Trait Implementations§
Source§impl Clone for BooleanMode
impl Clone for BooleanMode
Source§fn clone(&self) -> BooleanMode
fn clone(&self) -> BooleanMode
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 BooleanMode
Source§impl Debug for BooleanMode
impl Debug for BooleanMode
Source§impl Default for BooleanMode
impl Default for BooleanMode
impl Eq for BooleanMode
Source§impl FromStr for BooleanMode
impl FromStr for BooleanMode
Source§impl Hash for BooleanMode
impl Hash for BooleanMode
Source§impl PartialEq for BooleanMode
impl PartialEq for BooleanMode
Source§fn eq(&self, other: &BooleanMode) -> bool
fn eq(&self, other: &BooleanMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BooleanMode
Auto Trait Implementations§
impl Freeze for BooleanMode
impl RefUnwindSafe for BooleanMode
impl Send for BooleanMode
impl Sync for BooleanMode
impl Unpin for BooleanMode
impl UnsafeUnpin for BooleanMode
impl UnwindSafe for BooleanMode
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