[][src]Struct chirpstack_api::as_pb::external::api::FUOTADeploymentDeviceListItem

pub struct FUOTADeploymentDeviceListItem {
    pub dev_eui: String,
    pub device_name: String,
    pub state: FUOTADeploymentDeviceState,
    pub error_message: String,
    pub created_at: SingularPtrField<Timestamp>,
    pub updated_at: SingularPtrField<Timestamp>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

dev_eui: Stringdevice_name: Stringstate: FUOTADeploymentDeviceStateerror_message: Stringcreated_at: SingularPtrField<Timestamp>updated_at: SingularPtrField<Timestamp>unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl FUOTADeploymentDeviceListItem[src]

pub fn new() -> FUOTADeploymentDeviceListItem[src]

pub fn get_dev_eui(&self) -> &str[src]

pub fn clear_dev_eui(&mut self)[src]

pub fn set_dev_eui(&mut self, v: String)[src]

pub fn mut_dev_eui(&mut self) -> &mut String[src]

pub fn take_dev_eui(&mut self) -> String[src]

pub fn get_device_name(&self) -> &str[src]

pub fn clear_device_name(&mut self)[src]

pub fn set_device_name(&mut self, v: String)[src]

pub fn mut_device_name(&mut self) -> &mut String[src]

pub fn take_device_name(&mut self) -> String[src]

pub fn get_state(&self) -> FUOTADeploymentDeviceState[src]

pub fn clear_state(&mut self)[src]

pub fn set_state(&mut self, v: FUOTADeploymentDeviceState)[src]

pub fn get_error_message(&self) -> &str[src]

pub fn clear_error_message(&mut self)[src]

pub fn set_error_message(&mut self, v: String)[src]

pub fn mut_error_message(&mut self) -> &mut String[src]

pub fn take_error_message(&mut self) -> String[src]

pub fn get_created_at(&self) -> &Timestamp[src]

pub fn clear_created_at(&mut self)[src]

pub fn has_created_at(&self) -> bool[src]

pub fn set_created_at(&mut self, v: Timestamp)[src]

pub fn mut_created_at(&mut self) -> &mut Timestamp[src]

pub fn take_created_at(&mut self) -> Timestamp[src]

pub fn get_updated_at(&self) -> &Timestamp[src]

pub fn clear_updated_at(&mut self)[src]

pub fn has_updated_at(&self) -> bool[src]

pub fn set_updated_at(&mut self, v: Timestamp)[src]

pub fn mut_updated_at(&mut self) -> &mut Timestamp[src]

pub fn take_updated_at(&mut self) -> Timestamp[src]

Trait Implementations

impl Clear for FUOTADeploymentDeviceListItem[src]

impl Clone for FUOTADeploymentDeviceListItem[src]

impl Debug for FUOTADeploymentDeviceListItem[src]

impl Default for FUOTADeploymentDeviceListItem[src]

impl<'a> Default for &'a FUOTADeploymentDeviceListItem[src]

impl Message for FUOTADeploymentDeviceListItem[src]

impl PartialEq<FUOTADeploymentDeviceListItem> for FUOTADeploymentDeviceListItem[src]

impl ProtobufValue for FUOTADeploymentDeviceListItem[src]

impl StructuralPartialEq for FUOTADeploymentDeviceListItem[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.