#[repr(u32)]pub enum UDateFormatBooleanAttribute {
UDAT_PARSE_ALLOW_WHITESPACE = 0,
UDAT_PARSE_ALLOW_NUMERIC = 1,
UDAT_PARSE_PARTIAL_LITERAL_MATCH = 2,
UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH = 3,
UDAT_BOOLEAN_ATTRIBUTE_COUNT = 4,
}
Variants§
UDAT_PARSE_ALLOW_WHITESPACE = 0
UDAT_PARSE_ALLOW_NUMERIC = 1
UDAT_PARSE_PARTIAL_LITERAL_MATCH = 2
UDAT_PARSE_MULTIPLE_PATTERNS_FOR_MATCH = 3
UDAT_BOOLEAN_ATTRIBUTE_COUNT = 4
Trait Implementations§
Source§impl Clone for UDateFormatBooleanAttribute
impl Clone for UDateFormatBooleanAttribute
Source§fn clone(&self) -> UDateFormatBooleanAttribute
fn clone(&self) -> UDateFormatBooleanAttribute
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 UDateFormatBooleanAttribute
impl Debug for UDateFormatBooleanAttribute
Source§impl Hash for UDateFormatBooleanAttribute
impl Hash for UDateFormatBooleanAttribute
Source§impl PartialOrd for UDateFormatBooleanAttribute
impl PartialOrd for UDateFormatBooleanAttribute
impl Copy for UDateFormatBooleanAttribute
impl Eq for UDateFormatBooleanAttribute
impl StructuralPartialEq for UDateFormatBooleanAttribute
Auto Trait Implementations§
impl Freeze for UDateFormatBooleanAttribute
impl RefUnwindSafe for UDateFormatBooleanAttribute
impl Send for UDateFormatBooleanAttribute
impl Sync for UDateFormatBooleanAttribute
impl Unpin for UDateFormatBooleanAttribute
impl UnwindSafe for UDateFormatBooleanAttribute
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)