#[repr(i32)]pub enum MarkerSchema_Format {
Show 17 variants
Url = 0,
FilePath = 1,
SanitizedString = 2,
String = 3,
UniqueString = 4,
Duration = 5,
Time = 6,
Seconds = 7,
Milliseconds = 8,
Microseconds = 9,
Nanoseconds = 10,
Bytes = 11,
Percentage = 12,
Integer = 13,
Decimal = 14,
Flow = 15,
TerminatingFlow = 16,
}Variants§
Url = 0
FilePath = 1
SanitizedString = 2
String = 3
UniqueString = 4
Duration = 5
Time = 6
Seconds = 7
Milliseconds = 8
Microseconds = 9
Nanoseconds = 10
Bytes = 11
Percentage = 12
Integer = 13
Decimal = 14
Flow = 15
TerminatingFlow = 16
Trait Implementations§
Source§impl Clone for MarkerSchema_Format
impl Clone for MarkerSchema_Format
Source§fn clone(&self) -> MarkerSchema_Format
fn clone(&self) -> MarkerSchema_Format
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 MarkerSchema_Format
impl Debug for MarkerSchema_Format
Source§impl Hash for MarkerSchema_Format
impl Hash for MarkerSchema_Format
Source§impl PartialEq for MarkerSchema_Format
impl PartialEq for MarkerSchema_Format
impl Copy for MarkerSchema_Format
impl Eq for MarkerSchema_Format
impl StructuralPartialEq for MarkerSchema_Format
Auto Trait Implementations§
impl Freeze for MarkerSchema_Format
impl RefUnwindSafe for MarkerSchema_Format
impl Send for MarkerSchema_Format
impl Sync for MarkerSchema_Format
impl Unpin for MarkerSchema_Format
impl UnwindSafe for MarkerSchema_Format
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§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes
Size for each variant:
Url: 0 bytesFilePath: 0 bytesSanitizedString: 0 bytesString: 0 bytesUniqueString: 0 bytesDuration: 0 bytesTime: 0 bytesSeconds: 0 bytesMilliseconds: 0 bytesMicroseconds: 0 bytesNanoseconds: 0 bytesBytes: 0 bytesPercentage: 0 bytesInteger: 0 bytesDecimal: 0 bytesFlow: 0 bytesTerminatingFlow: 0 bytes