pub struct MistDeviceEvents {Show 23 fields
pub ap: Option<String>,
pub ap_name: Option<String>,
pub audit_id: Option<String>,
pub band: Option<String>,
pub bandwidth: Option<u16>,
pub channel: Option<u16>,
pub device_name: String,
pub device_type: String,
pub ev_type: Option<String>,
pub mac: String,
pub org_id: String,
pub power: Option<u16>,
pub pre_bandwidth: Option<u16>,
pub pre_channel: Option<u16>,
pub pre_power: Option<u16>,
pub pre_usage: Option<u16>,
pub reason: Option<String>,
pub site_id: String,
pub site_name: String,
pub text: Option<String>,
pub timestamp: i64,
pub type: String,
pub usage: Option<u16>,
}Expand description
Mist Device Payload
Fields§
§ap: Option<String>Access Point
ap_name: Option<String>Access Point Name
audit_id: Option<String>Audit Id
band: Option<String>Radio Band
bandwidth: Option<u16>Radio Bandwidth
channel: Option<u16>Radio Channel
device_name: StringDevice Name
device_type: StringDevice Type
ev_type: Option<String>Event Type
mac: StringMAC Address
org_id: StringOrganization Id
power: Option<u16>Radio Power Level
pre_bandwidth: Option<u16>PRE Bandwidth
pre_channel: Option<u16>PRE Channel
pre_power: Option<u16>PRE Power
pre_usage: Option<u16>PRE Usage
reason: Option<String>Event Reason
site_id: StringSite Id
site_name: StringSite Name
text: Option<String>Text (Details)
timestamp: i64Event Timestamp
type: StringType
usage: Option<u16>Usage
Trait Implementations§
Source§impl Clone for MistDeviceEvents
impl Clone for MistDeviceEvents
Source§fn clone(&self) -> MistDeviceEvents
fn clone(&self) -> MistDeviceEvents
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 MistDeviceEvents
impl Debug for MistDeviceEvents
Source§impl<'de> Deserialize<'de> for MistDeviceEvents
impl<'de> Deserialize<'de> for MistDeviceEvents
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 MistDeviceEvents
impl RefUnwindSafe for MistDeviceEvents
impl Send for MistDeviceEvents
impl Sync for MistDeviceEvents
impl Unpin for MistDeviceEvents
impl UnwindSafe for MistDeviceEvents
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)