Enum relay_event_schema::processor::ValueType
source · pub enum ValueType {
Show 24 variants
String,
Binary,
Number,
Boolean,
DateTime,
Array,
Object,
Event,
Attachments,
Replay,
Exception,
Stacktrace,
Frame,
Request,
User,
LogEntry,
Message,
Thread,
Breadcrumb,
Span,
ClientSdkInfo,
Minidump,
HeapMemory,
StackMemory,
}
Expand description
The (simplified) type of a value.
Variants§
String
Binary
Number
Boolean
DateTime
Array
Object
Event
Attachments
Replay
Exception
Stacktrace
Frame
Request
User
LogEntry
Message
Thread
Breadcrumb
Span
ClientSdkInfo
Minidump
HeapMemory
StackMemory
Implementations§
Trait Implementations§
source§impl EnumSetTypePrivate for ValueType
impl EnumSetTypePrivate for ValueType
source§const ALL_BITS: Self::Repr = {transmute(0x00ffffff): <processor::attrs::ValueType as enumset::__internal::EnumSetTypePrivate>::Repr}
const ALL_BITS: Self::Repr = {transmute(0x00ffffff): <processor::attrs::ValueType as enumset::__internal::EnumSetTypePrivate>::Repr}
A mask of bits that are valid in the bitset.
source§const VARIANT_COUNT: u32 = 24u32
const VARIANT_COUNT: u32 = 24u32
The number of variants in the bitset.
source§fn enum_into_u32(self) -> u32
fn enum_into_u32(self) -> u32
Converts an enum of this type into its bit position.
source§unsafe fn enum_from_u32(val: u32) -> Self
unsafe fn enum_from_u32(val: u32) -> Self
Converts a bit position into an enum value.
source§impl Ord for ValueType
impl Ord for ValueType
source§impl PartialOrd for ValueType
impl PartialOrd for ValueType
impl Copy for ValueType
impl EnumSetType for ValueType
impl Eq for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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
)