#[repr(u32)]pub enum parse_LC_ALL_STRING_action {
no_override = 0,
override_if_ignored = 1,
check_that_overridden = 2,
}Variants§
Trait Implementations§
Source§impl Clone for parse_LC_ALL_STRING_action
impl Clone for parse_LC_ALL_STRING_action
Source§fn clone(&self) -> parse_LC_ALL_STRING_action
fn clone(&self) -> parse_LC_ALL_STRING_action
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 parse_LC_ALL_STRING_action
Source§impl Debug for parse_LC_ALL_STRING_action
impl Debug for parse_LC_ALL_STRING_action
impl Eq for parse_LC_ALL_STRING_action
Source§impl Hash for parse_LC_ALL_STRING_action
impl Hash for parse_LC_ALL_STRING_action
Source§impl Ord for parse_LC_ALL_STRING_action
impl Ord for parse_LC_ALL_STRING_action
Source§fn cmp(&self, other: &parse_LC_ALL_STRING_action) -> Ordering
fn cmp(&self, other: &parse_LC_ALL_STRING_action) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for parse_LC_ALL_STRING_action
impl PartialOrd for parse_LC_ALL_STRING_action
impl StructuralPartialEq for parse_LC_ALL_STRING_action
Auto Trait Implementations§
impl Freeze for parse_LC_ALL_STRING_action
impl RefUnwindSafe for parse_LC_ALL_STRING_action
impl Send for parse_LC_ALL_STRING_action
impl Sync for parse_LC_ALL_STRING_action
impl Unpin for parse_LC_ALL_STRING_action
impl UnsafeUnpin for parse_LC_ALL_STRING_action
impl UnwindSafe for parse_LC_ALL_STRING_action
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