Struct chirpstack_api::fuota::DeploymentDeviceStatus[][src]

pub struct DeploymentDeviceStatus {
    pub dev_eui: Vec<u8>,
    pub created_at: Option<Timestamp>,
    pub updated_at: Option<Timestamp>,
    pub mc_group_setup_completed_at: Option<Timestamp>,
    pub mc_session_completed_at: Option<Timestamp>,
    pub frag_session_setup_completed_at: Option<Timestamp>,
    pub frag_status_completed_at: Option<Timestamp>,
}

Fields

dev_eui: Vec<u8>

DevEUI.

created_at: Option<Timestamp>

Created at.

updated_at: Option<Timestamp>

Updated at.

mc_group_setup_completed_at: Option<Timestamp>

Multicast-group setup completed at.

mc_session_completed_at: Option<Timestamp>

Multicast-session completed at.

frag_session_setup_completed_at: Option<Timestamp>

Fragmentation session setup completed at.

frag_status_completed_at: Option<Timestamp>

Fragmentation status completed at.

Trait Implementations

impl Clone for DeploymentDeviceStatus[src]

impl Debug for DeploymentDeviceStatus[src]

impl Default for DeploymentDeviceStatus[src]

impl Message for DeploymentDeviceStatus[src]

impl PartialEq<DeploymentDeviceStatus> for DeploymentDeviceStatus[src]

impl StructuralPartialEq for DeploymentDeviceStatus[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> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]