#[repr(u32)]pub enum UFormattableType {
UFMT_DATE = 0,
UFMT_DOUBLE = 1,
UFMT_LONG = 2,
UFMT_STRING = 3,
UFMT_ARRAY = 4,
UFMT_INT64 = 5,
UFMT_OBJECT = 6,
UFMT_COUNT = 7,
}
Variants§
UFMT_DATE = 0
UFMT_DOUBLE = 1
UFMT_LONG = 2
UFMT_STRING = 3
UFMT_ARRAY = 4
UFMT_INT64 = 5
UFMT_OBJECT = 6
UFMT_COUNT = 7
Trait Implementations§
Source§impl Clone for UFormattableType
impl Clone for UFormattableType
Source§fn clone(&self) -> UFormattableType
fn clone(&self) -> UFormattableType
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 UFormattableType
impl Debug for UFormattableType
Source§impl Hash for UFormattableType
impl Hash for UFormattableType
Source§impl PartialEq for UFormattableType
impl PartialEq for UFormattableType
Source§impl PartialOrd for UFormattableType
impl PartialOrd for UFormattableType
impl Copy for UFormattableType
impl Eq for UFormattableType
impl StructuralPartialEq for UFormattableType
Auto Trait Implementations§
impl Freeze for UFormattableType
impl RefUnwindSafe for UFormattableType
impl Send for UFormattableType
impl Sync for UFormattableType
impl Unpin for UFormattableType
impl UnwindSafe for UFormattableType
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
)