#[repr(u8)]pub enum SortRequiresChoice {
True = 0,
False = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for SortRequiresChoice
impl Clone for SortRequiresChoice
Source§fn clone(&self) -> SortRequiresChoice
fn clone(&self) -> SortRequiresChoice
Returns a duplicate 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 for SortRequiresChoice
impl PartialEq for SortRequiresChoice
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
Source§type Err = UnknownValueError
type Err = UnknownValueError
The type of value returned on a failed parse.
impl Copy for SortRequiresChoice
impl Eq for SortRequiresChoice
impl StructuralPartialEq for SortRequiresChoice
Auto Trait Implementations§
impl Freeze for SortRequiresChoice
impl RefUnwindSafe for SortRequiresChoice
impl Send for SortRequiresChoice
impl Sync for SortRequiresChoice
impl Unpin for SortRequiresChoice
impl UnwindSafe for SortRequiresChoice
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