pub struct MistDeviceUpDowns {Show 14 fields
pub ap: Option<String>,
pub ap_name: Option<String>,
pub device_name: String,
pub device_type: Option<String>,
pub ev_type: Option<String>,
pub ext_ip: Option<String>,
pub mac: String,
pub reason: Option<String>,
pub org_id: String,
pub site_id: String,
pub site_name: String,
pub text: Option<String>,
pub timestamp: i64,
pub type: String,
}Expand description
Mist Device Up/Down Payload
Fields§
§ap: Option<String>Access Point
ap_name: Option<String>Access Point Name
device_name: StringDevice Name
device_type: Option<String>Device Type
ev_type: Option<String>Event Type
ext_ip: Option<String>External IP Address
mac: StringMAC Address
reason: Option<String>Reason
org_id: StringOrganisation Id
site_id: StringSite Id
site_name: StringSite Name
text: Option<String>Text
timestamp: i64Timestamp
type: StringType
Trait Implementations§
Source§impl Clone for MistDeviceUpDowns
impl Clone for MistDeviceUpDowns
Source§fn clone(&self) -> MistDeviceUpDowns
fn clone(&self) -> MistDeviceUpDowns
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MistDeviceUpDowns
impl Debug for MistDeviceUpDowns
Source§impl<'de> Deserialize<'de> for MistDeviceUpDowns
impl<'de> Deserialize<'de> for MistDeviceUpDowns
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MistDeviceUpDowns
impl RefUnwindSafe for MistDeviceUpDowns
impl Send for MistDeviceUpDowns
impl Sync for MistDeviceUpDowns
impl Unpin for MistDeviceUpDowns
impl UnwindSafe for MistDeviceUpDowns
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)