#[repr(u8)]
pub enum SortRequiresChoice {
True,
False,
}Variants§
Trait Implementations§
source§impl Clone for SortRequiresChoice
impl Clone for SortRequiresChoice
source§fn clone(&self) -> SortRequiresChoice
fn clone(&self) -> SortRequiresChoice
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 SortRequiresChoice
impl Debug for SortRequiresChoice
source§impl Display for SortRequiresChoice
impl Display for SortRequiresChoice
source§impl From<SortRequiresChoice> for RawValue
impl From<SortRequiresChoice> for RawValue
source§fn from(val: SortRequiresChoice) -> RawValue
fn from(val: SortRequiresChoice) -> RawValue
Converts to this type from the input type.
source§impl PartialEq<SortRequiresChoice> for SortRequiresChoice
impl PartialEq<SortRequiresChoice> for SortRequiresChoice
source§fn eq(&self, other: &SortRequiresChoice) -> bool
fn eq(&self, other: &SortRequiresChoice) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PropertyKey for SortRequiresChoice
impl PropertyKey for SortRequiresChoice
source§impl PropertyValue for SortRequiresChoice
impl PropertyValue for SortRequiresChoice
source§const MAYBE_UNSET: bool = false
const MAYBE_UNSET: bool = false
Indicates whether a value that is case-insensitively equal to “unset”
should NOT be treated as if the value is unset. Read more
§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.