pub struct ConnectionSettings {
pub autoconnect: bool,
pub autoconnect_priority: i32,
pub metered: i32,
pub name: String,
pub device_type: String,
pub uuid: String,
pub zone: Trust,
}
Fields§
§autoconnect: bool
§autoconnect_priority: i32
§metered: i32
§name: String
§device_type: String
§uuid: String
§zone: Trust
Trait Implementations§
Source§impl Debug for ConnectionSettings
impl Debug for ConnectionSettings
Source§impl Default for ConnectionSettings
impl Default for ConnectionSettings
Source§fn default() -> ConnectionSettings
fn default() -> ConnectionSettings
Returns the “default value” for a type. Read more
Source§impl PropMapConvert for ConnectionSettings
impl PropMapConvert for ConnectionSettings
fn from_propmap(map: PropMap) -> Self
fn to_propmap(&self, map: &mut PropMap)
Auto Trait Implementations§
impl Freeze for ConnectionSettings
impl RefUnwindSafe for ConnectionSettings
impl Send for ConnectionSettings
impl Sync for ConnectionSettings
impl Unpin for ConnectionSettings
impl UnwindSafe for ConnectionSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more