pub enum DangerousEventsEvent {
Show 54 variants Alignas {}, As {}, AtomicCancel {}, Await {}, Bool {}, Case {}, Char16T {}, CoAwait {}, Compl {}, Constexpr {}, Covariant {}, Decoder {}, Delete {}, DynamicCast {}, EnsureValuesInstantiated {}, Explicit {}, External {}, FidlType {}, Fn {}, Func {}, Go {}, HashCode {}, Implements {}, Inline {}, Int64 {}, Is {}, List {}, Map {}, Module {}, Namespace {}, Noexcept {}, Null {}, Operator {}, Override {}, Private {}, Pub {}, Ref {}, Result {}, Rhs {}, Short {}, Static {}, String {}, Stdin {}, Synchronized {}, Throw {}, Type {}, Typeof {}, Uint8 {}, Use {}, ValueUnion {}, Virtual {}, Where {}, Xor {}, Zx {},
}

Variants§

§

Alignas

Fields

§

As

Fields

§

AtomicCancel

Fields

§

Await

Fields

§

Bool

Fields

§

Case

Fields

§

Char16T

Fields

§

CoAwait

Fields

§

Compl

Fields

§

Constexpr

Fields

§

Covariant

Fields

§

Decoder

Fields

§

Delete

Fields

§

DynamicCast

Fields

§

EnsureValuesInstantiated

Fields

§

Explicit

Fields

§

External

Fields

§

FidlType

Fields

§

Fn

Fields

§

Func

Fields

§

Go

Fields

§

HashCode

Fields

§

Implements

Fields

§

Inline

Fields

§

Int64

Fields

§

Is

Fields

§

List

Fields

§

Map

Fields

§

Module

Fields

§

Namespace

Fields

§

Noexcept

Fields

§

Null

Fields

§

Operator

Fields

§

Override

Fields

§

Private

Fields

§

Pub

Fields

§

Ref

Fields

§

Result

Fields

§

Rhs

Fields

§

Short

Fields

§

Static

Fields

§

String

Fields

§

Stdin

Fields

§

Synchronized

Fields

§

Throw

Fields

§

Type

Fields

§

Typeof

Fields

§

Uint8

Fields

§

Use

Fields

§

ValueUnion

Fields

§

Virtual

Fields

§

Where

Fields

§

Xor

Fields

§

Zx

Fields

Implementations§

source§

impl DangerousEventsEvent

source

pub fn into_alignas(self) -> Option<()>

source

pub fn into_as(self) -> Option<()>

source

pub fn into_atomic_cancel(self) -> Option<()>

source

pub fn into_await(self) -> Option<()>

source

pub fn into_bool(self) -> Option<()>

source

pub fn into_case(self) -> Option<()>

source

pub fn into_char16_t(self) -> Option<()>

source

pub fn into_co_await(self) -> Option<()>

source

pub fn into_compl(self) -> Option<()>

source

pub fn into_constexpr(self) -> Option<()>

source

pub fn into_covariant(self) -> Option<()>

source

pub fn into_decoder(self) -> Option<()>

source

pub fn into_delete(self) -> Option<()>

source

pub fn into_dynamic_cast(self) -> Option<()>

source

pub fn into_ensure_values_instantiated(self) -> Option<()>

source

pub fn into_explicit(self) -> Option<()>

source

pub fn into_external(self) -> Option<()>

source

pub fn into_fidl_type(self) -> Option<()>

source

pub fn into_fn(self) -> Option<()>

source

pub fn into_func(self) -> Option<()>

source

pub fn into_go(self) -> Option<()>

source

pub fn into_hash_code(self) -> Option<()>

source

pub fn into_implements(self) -> Option<()>

source

pub fn into_inline(self) -> Option<()>

source

pub fn into_int64(self) -> Option<()>

source

pub fn into_is(self) -> Option<()>

source

pub fn into_list(self) -> Option<()>

source

pub fn into_map(self) -> Option<()>

source

pub fn into_module(self) -> Option<()>

source

pub fn into_namespace(self) -> Option<()>

source

pub fn into_noexcept(self) -> Option<()>

source

pub fn into_null(self) -> Option<()>

source

pub fn into_operator(self) -> Option<()>

source

pub fn into_override(self) -> Option<()>

source

pub fn into_private(self) -> Option<()>

source

pub fn into_pub(self) -> Option<()>

source

pub fn into_ref(self) -> Option<()>

source

pub fn into_result(self) -> Option<()>

source

pub fn into_rhs(self) -> Option<()>

source

pub fn into_short(self) -> Option<()>

source

pub fn into_static(self) -> Option<()>

source

pub fn into_string(self) -> Option<()>

source

pub fn into_stdin(self) -> Option<()>

source

pub fn into_synchronized(self) -> Option<()>

source

pub fn into_throw(self) -> Option<()>

source

pub fn into_type(self) -> Option<()>

source

pub fn into_typeof(self) -> Option<()>

source

pub fn into_uint8(self) -> Option<()>

source

pub fn into_use(self) -> Option<()>

source

pub fn into_value_union(self) -> Option<()>

source

pub fn into_virtual(self) -> Option<()>

source

pub fn into_where(self) -> Option<()>

source

pub fn into_xor(self) -> Option<()>

source

pub fn into_zx(self) -> Option<()>

Trait Implementations§

source§

impl Debug for DangerousEventsEvent

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