pub struct MistClientJoin {Show 16 fields
pub ap: String,
pub ap_name: String,
pub band: String,
pub bssid: String,
pub connect: i64,
pub connect_float: f64,
pub mac: String,
pub org_id: String,
pub random_mac: bool,
pub rssi: i32,
pub site_id: String,
pub site_name: String,
pub ssid: String,
pub timestamp: i64,
pub version: i32,
pub wlan_id: String,
}Expand description
Mist Client Join Payload
Fields§
§ap: StringAccess Point ID
ap_name: StringAccess Point Name
band: StringRadio Band
bssid: StringBasic Service Set Identifier (SSID)
connect: i64Connect Count
connect_float: f64Connect Float
mac: StringMedia Access Control (MAC) Address
org_id: StringOrganisaton Id
random_mac: boolRandom MAC
rssi: i32Recieved Signal Strength Identifier
site_id: StringSite Identier
site_name: StringSite Name
ssid: StringService Set Identifier
timestamp: i64ISO Timestamp
version: i32Payload version
wlan_id: StringWireless LAN Id
Trait Implementations§
Source§impl Clone for MistClientJoin
impl Clone for MistClientJoin
Source§fn clone(&self) -> MistClientJoin
fn clone(&self) -> MistClientJoin
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 MistClientJoin
impl Debug for MistClientJoin
Source§impl<'de> Deserialize<'de> for MistClientJoin
impl<'de> Deserialize<'de> for MistClientJoin
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 MistClientJoin
impl RefUnwindSafe for MistClientJoin
impl Send for MistClientJoin
impl Sync for MistClientJoin
impl Unpin for MistClientJoin
impl UnwindSafe for MistClientJoin
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)