#[repr(i32)]pub enum MarkerSchema_InputType {
Show 14 variants
Undefined = 0,
Uint64 = 1,
Uint32 = 2,
Uint8 = 3,
Int64 = 4,
Int32 = 5,
Int8 = 6,
Double = 7,
Boolean = 8,
CString = 9,
String = 10,
TimeStamp = 11,
TimeDuration = 12,
Flow = 13,
}Variants§
Undefined = 0
Uint64 = 1
Uint32 = 2
Uint8 = 3
Int64 = 4
Int32 = 5
Int8 = 6
Double = 7
Boolean = 8
CString = 9
String = 10
TimeStamp = 11
TimeDuration = 12
Flow = 13
Trait Implementations§
Source§impl Clone for MarkerSchema_InputType
impl Clone for MarkerSchema_InputType
Source§fn clone(&self) -> MarkerSchema_InputType
fn clone(&self) -> MarkerSchema_InputType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MarkerSchema_InputType
impl Debug for MarkerSchema_InputType
Source§impl Hash for MarkerSchema_InputType
impl Hash for MarkerSchema_InputType
Source§impl PartialEq for MarkerSchema_InputType
impl PartialEq for MarkerSchema_InputType
Source§fn eq(&self, other: &MarkerSchema_InputType) -> bool
fn eq(&self, other: &MarkerSchema_InputType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MarkerSchema_InputType
impl Eq for MarkerSchema_InputType
impl StructuralPartialEq for MarkerSchema_InputType
Auto Trait Implementations§
impl Freeze for MarkerSchema_InputType
impl RefUnwindSafe for MarkerSchema_InputType
impl Send for MarkerSchema_InputType
impl Sync for MarkerSchema_InputType
impl Unpin for MarkerSchema_InputType
impl UnsafeUnpin for MarkerSchema_InputType
impl UnwindSafe for MarkerSchema_InputType
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