pub enum DangerousResponseArgumentsEvent {
Show 46 variants Event1 { and_eq: u32, }, Event3 { auto: u32, }, Event4 { bitor: u32, }, Event5 { bytes: u32, }, Event6 { char: u32, }, Event7 { clone: u32, }, Event8 { coding_traits: u32, }, Event9 { const_cast: u32, }, Event10 { controller: u32, }, Event11 { decodable: u32, }, Event12 { deferred: u32, }, Event13 { dynamic: u32, }, Event14 { encoder: u32, }, Event15 { err: u32, }, Event17 { fidl: u32, }, Event18 { float: u32, }, Event19 { friend: u32, }, Event20 { get: u32, }, Event21 { has_invalid_tag: u32, }, Event23 { index: u32, }, Event24 { int32: u32, }, Event25 { internal_tag: u32, }, Event26 { library: u32, }, Event29 { mutable: u32, }, Event30 { no_such_method: u32, }, Event31 { not_eq: u32, }, Event32 { object: u32, }, Event33 { on_open: u32, }, Event34 { or_eq: u32, }, Event36 { proxy: u32, }, Event37 { range: u32, }, Event38 { requires: u32, }, Event40 { select: u32, }, Event41 { set_controller: u32, }, Event42 { some: u32, }, Event43 { stream: u32, }, Event44 { stderr: u32, }, Event45 { switch: u32, }, Event46 { thread_local: u32, }, Event48 { typename: u32, }, Event49 { uint64: u32, }, Event50 { unknown_bytes: u32, }, Event52 { value_of: u32, }, Event53 { vec: u32, }, Event54 { wchar_t: u32, }, Event55 { with: u32, },
}

Variants§

§

Event1

Fields

§and_eq: u32
§

Event3

Fields

§auto: u32
§

Event4

Fields

§bitor: u32
§

Event5

Fields

§bytes: u32
§

Event6

Fields

§char: u32
§

Event7

Fields

§clone: u32
§

Event8

Fields

§coding_traits: u32
§

Event9

Fields

§const_cast: u32
§

Event10

Fields

§controller: u32
§

Event11

Fields

§decodable: u32
§

Event12

Fields

§deferred: u32
§

Event13

Fields

§dynamic: u32
§

Event14

Fields

§encoder: u32
§

Event15

Fields

§err: u32
§

Event17

Fields

§fidl: u32
§

Event18

Fields

§float: u32
§

Event19

Fields

§friend: u32
§

Event20

Fields

§get: u32
§

Event21

Fields

§has_invalid_tag: u32
§

Event23

Fields

§index: u32
§

Event24

Fields

§int32: u32
§

Event25

Fields

§internal_tag: u32
§

Event26

Fields

§library: u32
§

Event29

Fields

§mutable: u32
§

Event30

Fields

§no_such_method: u32
§

Event31

Fields

§not_eq: u32
§

Event32

Fields

§object: u32
§

Event33

Fields

§on_open: u32
§

Event34

Fields

§or_eq: u32
§

Event36

Fields

§proxy: u32
§

Event37

Fields

§range: u32
§

Event38

Fields

§requires: u32
§

Event40

Fields

§select: u32
§

Event41

Fields

§set_controller: u32
§

Event42

Fields

§some: u32
§

Event43

Fields

§stream: u32
§

Event44

Fields

§stderr: u32
§

Event45

Fields

§switch: u32
§

Event46

Fields

§thread_local: u32
§

Event48

Fields

§typename: u32
§

Event49

Fields

§uint64: u32
§

Event50

Fields

§unknown_bytes: u32
§

Event52

Fields

§value_of: u32
§

Event53

Fields

§vec: u32
§

Event54

Fields

§wchar_t: u32
§

Event55

Fields

§with: u32

Implementations§

source§

impl DangerousResponseArgumentsEvent

source

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

source

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

source

pub fn into_event4(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_event9(self) -> Option<u32>

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

pub fn into_event18(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_event23(self) -> Option<u32>

source

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

source

pub fn into_event25(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_event36(self) -> Option<u32>

source

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

source

pub fn into_event38(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_event43(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_event48(self) -> Option<u32>

source

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

source

pub fn into_event50(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