Struct wlan_stash_constants::NetworkIdentifier
source · pub struct NetworkIdentifier {
pub ssid: StashedSsid,
pub security_type: SecurityType,
}
Expand description
The network identifier is the SSID and security policy of the network, and it is used to distinguish networks. It mirrors the NetworkIdentifier in fidl_fuchsia_wlan_policy.
Fields§
§ssid: StashedSsid
§security_type: SecurityType
Trait Implementations§
source§impl Clone for NetworkIdentifier
impl Clone for NetworkIdentifier
source§fn clone(&self) -> NetworkIdentifier
fn clone(&self) -> NetworkIdentifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NetworkIdentifier
impl Debug for NetworkIdentifier
source§impl<'de> Deserialize<'de> for NetworkIdentifier
impl<'de> Deserialize<'de> for NetworkIdentifier
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
source§impl Hash for NetworkIdentifier
impl Hash for NetworkIdentifier
source§impl PartialEq<NetworkIdentifier> for NetworkIdentifier
impl PartialEq<NetworkIdentifier> for NetworkIdentifier
source§fn eq(&self, other: &NetworkIdentifier) -> bool
fn eq(&self, other: &NetworkIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.