pub struct MistClientSessions {Show 25 fields
pub ap: String,
pub ap_name: String,
pub band: String,
pub bssid: String,
pub client_family: String,
pub client_manufacture: String,
pub client_model: String,
pub client_os: String,
pub connect: i64,
pub connect_float: f64,
pub disconnect: i64,
pub disconnect_float: f64,
pub duration: f64,
pub mac: String,
pub next_ap: String,
pub org_id: String,
pub random_mac: bool,
pub rssi: i32,
pub site_id: String,
pub site_name: String,
pub ssid: String,
pub termination_reason: i32,
pub timestamp: i64,
pub version: i32,
pub wlan_id: String,
}Expand description
Mist Client Session Payload
Fields§
§ap: StringAccess Point Id
ap_name: StringAccess Point Name
band: StringFrequency Band, e.g. 2.4GHz or 5Ghz etc.
bssid: StringBasic SSID (Service Set ID)
client_family: StringClient Family
client_manufacture: StringClient Manufacturer
client_model: StringClient Model
client_os: StringClient OS
connect: i64Connection
connect_float: f64Connection Float
disconnect: i64Disconnect
disconnect_float: f64Disconnect Float
duration: f64Connection Duration
mac: StringClient MAC
next_ap: StringNext Access Point
org_id: StringOrganization Id
random_mac: boolRandom MAC?
rssi: i32Recieved Signal Strength Indicator (RSSI)
site_id: StringSite Id
site_name: StringSite Name
ssid: StringService Set Id (SSID)
termination_reason: i32Termination Reason
timestamp: i64Connect Timestamp
version: i32Version
wlan_id: StringWireless LAN Id
Trait Implementations§
Source§impl Clone for MistClientSessions
impl Clone for MistClientSessions
Source§fn clone(&self) -> MistClientSessions
fn clone(&self) -> MistClientSessions
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 MistClientSessions
impl Debug for MistClientSessions
Source§impl<'de> Deserialize<'de> for MistClientSessions
impl<'de> Deserialize<'de> for MistClientSessions
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 MistClientSessions
impl RefUnwindSafe for MistClientSessions
impl Send for MistClientSessions
impl Sync for MistClientSessions
impl Unpin for MistClientSessions
impl UnwindSafe for MistClientSessions
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)