Enum flow_record::RecordPackType
source · pub enum RecordPackType {
RecordPackExtType = 14,
RecordPackTypeRecord = 1,
RecordPackTypeDescriptor = 2,
RecordPackTypeFieldtype = 3,
RecordPackTypeDatetime = 16,
RecordPackTypeVarint = 17,
RecordPackTypeGroupedrecord = 18,
}Variants§
RecordPackExtType = 14
RecordPackTypeRecord = 1
RecordPackTypeDescriptor = 2
RecordPackTypeFieldtype = 3
RecordPackTypeDatetime = 16
RecordPackTypeVarint = 17
RecordPackTypeGroupedrecord = 18
Auto Trait Implementations§
impl Freeze for RecordPackType
impl RefUnwindSafe for RecordPackType
impl Send for RecordPackType
impl Sync for RecordPackType
impl Unpin for RecordPackType
impl UnwindSafe for RecordPackType
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