Enum flow_record_common::ObjectType
source · #[repr(i8)]pub enum ObjectType {
RecordTypeExt = 14,
RecordPackTypeRecord = 1,
RecordPackTypeDescriptor = 2,
RecordPackTypeFieldtype = 3,
RecordPackTypeDatetime = 16,
RecordPackTypeVarint = 17,
RecordPackTypeGroupedrecord = 18,
}Variants§
RecordTypeExt = 14
RecordPackTypeRecord = 1
RecordPackTypeDescriptor = 2
RecordPackTypeFieldtype = 3
RecordPackTypeDatetime = 16
RecordPackTypeVarint = 17
RecordPackTypeGroupedrecord = 18
Trait Implementations§
source§impl Clone for ObjectType
impl Clone for ObjectType
source§fn clone(&self) -> ObjectType
fn clone(&self) -> ObjectType
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 From<ObjectType> for Value
impl From<ObjectType> for Value
source§fn from(value: ObjectType) -> Self
fn from(value: ObjectType) -> Self
Converts to this type from the input type.
impl Copy for ObjectType
Auto Trait Implementations§
impl Freeze for ObjectType
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
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)