pub enum FBasicTypeId {
Show 15 variants
Undefined,
UInt8,
Int8,
UInt16,
Int16,
UInt32,
Int32,
UInt64,
Int64,
Integer,
Boolean,
Float,
Double,
String,
ByteBuffer,
}Variants§
Undefined
UInt8
Int8
UInt16
Int16
UInt32
Int32
UInt64
Int64
Integer
Boolean
Float
Double
String
ByteBuffer
Trait Implementations§
Source§impl Clone for FBasicTypeId
impl Clone for FBasicTypeId
Source§fn clone(&self) -> FBasicTypeId
fn clone(&self) -> FBasicTypeId
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 FBasicTypeId
impl Debug for FBasicTypeId
Source§impl PartialEq for FBasicTypeId
impl PartialEq for FBasicTypeId
impl Copy for FBasicTypeId
impl Eq for FBasicTypeId
impl StructuralPartialEq for FBasicTypeId
Auto Trait Implementations§
impl Freeze for FBasicTypeId
impl RefUnwindSafe for FBasicTypeId
impl Send for FBasicTypeId
impl Sync for FBasicTypeId
impl Unpin for FBasicTypeId
impl UnwindSafe for FBasicTypeId
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