pub struct ConnectionModeCommand {
pub connection_mode: ConnectionMode,
pub roam_setting_option: bool,
}
Fields§
§connection_mode: ConnectionMode
§roam_setting_option: bool
Trait Implementations§
Source§impl Default for ConnectionModeCommand
impl Default for ConnectionModeCommand
Source§fn default() -> ConnectionModeCommand
fn default() -> ConnectionModeCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConnectionModeCommand
impl RefUnwindSafe for ConnectionModeCommand
impl Send for ConnectionModeCommand
impl Sync for ConnectionModeCommand
impl Unpin for ConnectionModeCommand
impl UnwindSafe for ConnectionModeCommand
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