Struct chlorate::SodaEndpointEvent[][src]

pub struct SodaEndpointEvent {
    pub endpoint_type: Option<i32>,
    pub timing_metrics: Option<TimingMetrics>,
}

Next id: 3

Fields

endpoint_type: Option<i32>timing_metrics: Option<TimingMetrics>

Timing information for the event.

Implementations

impl SodaEndpointEvent[src]

pub fn endpoint_type(&self) -> EndpointType[src]

Returns the enum value of endpoint_type, or the default if the field is unset or set to an invalid enum value.

pub fn set_endpoint_type(&mut self, value: EndpointType)[src]

Sets endpoint_type to the provided enum value.

Trait Implementations

impl Clone for SodaEndpointEvent[src]

impl Debug for SodaEndpointEvent[src]

impl Default for SodaEndpointEvent[src]

impl Message for SodaEndpointEvent[src]

impl PartialEq<SodaEndpointEvent> for SodaEndpointEvent[src]

impl StructuralPartialEq for SodaEndpointEvent[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.