#[repr(u32)]pub enum parse_LC_ALL_string_return {
invalid = 0,
no_array = 1,
only_element_0 = 2,
full_array = 3,
}Variants§
Trait Implementations§
Source§impl Clone for parse_LC_ALL_string_return
impl Clone for parse_LC_ALL_string_return
Source§fn clone(&self) -> parse_LC_ALL_string_return
fn clone(&self) -> parse_LC_ALL_string_return
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_return
Source§impl Debug for parse_LC_ALL_string_return
impl Debug for parse_LC_ALL_string_return
impl Eq for parse_LC_ALL_string_return
Source§impl Hash for parse_LC_ALL_string_return
impl Hash for parse_LC_ALL_string_return
Source§impl Ord for parse_LC_ALL_string_return
impl Ord for parse_LC_ALL_string_return
Source§fn cmp(&self, other: &parse_LC_ALL_string_return) -> Ordering
fn cmp(&self, other: &parse_LC_ALL_string_return) -> 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_return
impl PartialOrd for parse_LC_ALL_string_return
impl StructuralPartialEq for parse_LC_ALL_string_return
Auto Trait Implementations§
impl Freeze for parse_LC_ALL_string_return
impl RefUnwindSafe for parse_LC_ALL_string_return
impl Send for parse_LC_ALL_string_return
impl Sync for parse_LC_ALL_string_return
impl Unpin for parse_LC_ALL_string_return
impl UnsafeUnpin for parse_LC_ALL_string_return
impl UnwindSafe for parse_LC_ALL_string_return
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