pub enum DangerousResponseArgumentsEvent {
Show 41 variants Event0 { alignof: u32, }, Event1 { asm: u32, }, Event2 { atomic_commit: u32, }, Event5 { catch: u32, }, Event6 { char32_t: u32, }, Event7 { co_return: u32, }, Event8 { concept: u32, }, Event11 { default: u32, }, Event15 { export: u32, }, Event16 { factory: u32, }, Event19 { future_: u32, }, Event20 { goto: u32, }, Event21 { header: u32, }, Event22 { import: u32, }, Event23 { int: u32, }, Event24 { int8: u32, }, Event26 { long: u32, }, Event29 { never_: u32, }, Event30 { none_: u32, }, Event31 { nullptr: u32, }, Event32 { offsetof: u32, }, Event33 { option_: u32, }, Event34 { package: u32, }, Event35 { proc: u32, }, Event36 { public: u32, }, Event37 { register: u32, }, Event39 { rune: u32, }, Event40 { send_: u32, }, Event41 { signed: u32, }, Event42 { static_assert: u32, }, Event44 { stdout: u32, }, Event45 { template: u32, }, Event46 { to_string: u32, }, Event47 { typedef: u32, }, Event48 { uint16: u32, }, Event49 { union: u32, }, Event51 { using: u32, }, Event52 { values_map: u32, }, Event53 { void: u32, }, Event54 { which: u32, }, Event55 { xor_eq: u32, },
}

Variants§

§

Event0

Fields

§alignof: u32
§

Event1

Fields

§asm: u32
§

Event2

Fields

§atomic_commit: u32
§

Event5

Fields

§catch: u32
§

Event6

Fields

§char32_t: u32
§

Event7

Fields

§co_return: u32
§

Event8

Fields

§concept: u32
§

Event11

Fields

§default: u32
§

Event15

Fields

§export: u32
§

Event16

Fields

§factory: u32
§

Event19

Fields

§future_: u32
§

Event20

Fields

§goto: u32
§

Event21

Fields

§header: u32
§

Event22

Fields

§import: u32
§

Event23

Fields

§int: u32
§

Event24

Fields

§int8: u32
§

Event26

Fields

§long: u32
§

Event29

Fields

§never_: u32
§

Event30

Fields

§none_: u32
§

Event31

Fields

§nullptr: u32
§

Event32

Fields

§offsetof: u32
§

Event33

Fields

§option_: u32
§

Event34

Fields

§package: u32
§

Event35

Fields

§proc: u32
§

Event36

Fields

§public: u32
§

Event37

Fields

§register: u32
§

Event39

Fields

§rune: u32
§

Event40

Fields

§send_: u32
§

Event41

Fields

§signed: u32
§

Event42

Fields

§static_assert: u32
§

Event44

Fields

§stdout: u32
§

Event45

Fields

§template: u32
§

Event46

Fields

§to_string: u32
§

Event47

Fields

§typedef: u32
§

Event48

Fields

§uint16: u32
§

Event49

Fields

§union: u32
§

Event51

Fields

§using: u32
§

Event52

Fields

§values_map: u32
§

Event53

Fields

§void: u32
§

Event54

Fields

§which: u32
§

Event55

Fields

§xor_eq: u32

Implementations§

source§

impl DangerousResponseArgumentsEvent

source

pub fn into_event0(self) -> Option<u32>

source

pub fn into_event1(self) -> Option<u32>

source

pub fn into_event2(self) -> Option<u32>

source

pub fn into_event5(self) -> Option<u32>

source

pub fn into_event6(self) -> Option<u32>

source

pub fn into_event7(self) -> Option<u32>

source

pub fn into_event8(self) -> Option<u32>

source

pub fn into_event11(self) -> Option<u32>

source

pub fn into_event15(self) -> Option<u32>

source

pub fn into_event16(self) -> Option<u32>

source

pub fn into_event19(self) -> Option<u32>

source

pub fn into_event20(self) -> Option<u32>

source

pub fn into_event21(self) -> Option<u32>

source

pub fn into_event22(self) -> Option<u32>

source

pub fn into_event23(self) -> Option<u32>

source

pub fn into_event24(self) -> Option<u32>

source

pub fn into_event26(self) -> Option<u32>

source

pub fn into_event29(self) -> Option<u32>

source

pub fn into_event30(self) -> Option<u32>

source

pub fn into_event31(self) -> Option<u32>

source

pub fn into_event32(self) -> Option<u32>

source

pub fn into_event33(self) -> Option<u32>

source

pub fn into_event34(self) -> Option<u32>

source

pub fn into_event35(self) -> Option<u32>

source

pub fn into_event36(self) -> Option<u32>

source

pub fn into_event37(self) -> Option<u32>

source

pub fn into_event39(self) -> Option<u32>

source

pub fn into_event40(self) -> Option<u32>

source

pub fn into_event41(self) -> Option<u32>

source

pub fn into_event42(self) -> Option<u32>

source

pub fn into_event44(self) -> Option<u32>

source

pub fn into_event45(self) -> Option<u32>

source

pub fn into_event46(self) -> Option<u32>

source

pub fn into_event47(self) -> Option<u32>

source

pub fn into_event48(self) -> Option<u32>

source

pub fn into_event49(self) -> Option<u32>

source

pub fn into_event51(self) -> Option<u32>

source

pub fn into_event52(self) -> Option<u32>

source

pub fn into_event53(self) -> Option<u32>

source

pub fn into_event54(self) -> Option<u32>

source

pub fn into_event55(self) -> Option<u32>

Trait Implementations§

source§

impl Debug for DangerousResponseArgumentsEvent

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> Encode<Ambiguous1> for T

source§

unsafe fn encode( self, _encoder: &mut Encoder<'_>, _offset: usize, _depth: Depth ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
source§

impl<T> Encode<Ambiguous2> for T

source§

unsafe fn encode( self, _encoder: &mut Encoder<'_>, _offset: usize, _depth: Depth ) -> Result<(), Error>

Encodes the object into the encoder’s buffers. Any handles stored in the object are swapped for Handle::INVALID. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more