Struct network_manager::ConnectionSettings
[−]
[src]
pub struct ConnectionSettings {
pub kind: String,
pub id: String,
pub uuid: String,
pub ssid: Ssid,
pub mode: String,
}Fields
kind: String
id: String
uuid: String
ssid: Ssid
mode: String
Trait Implementations
impl Default for ConnectionSettings[src]
fn default() -> ConnectionSettings[src]
Returns the "default value" for a type. Read more
impl Debug for ConnectionSettings[src]
impl Clone for ConnectionSettings[src]
fn clone(&self) -> ConnectionSettings[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for ConnectionSettings[src]
impl PartialEq for ConnectionSettings[src]
fn eq(&self, __arg_0: &ConnectionSettings) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ConnectionSettings) -> bool[src]
This method tests for !=.