pub struct LoadSettings;Expand description
Load settings command
Trait Implementations§
Source§impl Clone for LoadSettings
impl Clone for LoadSettings
Source§fn clone(&self) -> LoadSettings
fn clone(&self) -> LoadSettings
Returns a duplicate 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 LoadSettings
impl Debug for LoadSettings
Source§impl McuMgrCommand for LoadSettings
impl McuMgrCommand for LoadSettings
Source§type Payload = LoadSettings
type Payload = LoadSettings
the data payload type
Source§type Response = LoadSettingsResponse
type Response = LoadSettingsResponse
the response type of the command
Source§fn is_write_operation(&self) -> bool
fn is_write_operation(&self) -> bool
whether this command is a read or write operation
Source§fn command_id(&self) -> u8
fn command_id(&self) -> u8
the command ID
Source§impl PartialEq for LoadSettings
impl PartialEq for LoadSettings
Source§impl Serialize for LoadSettings
impl Serialize for LoadSettings
impl Eq for LoadSettings
impl StructuralPartialEq for LoadSettings
Auto Trait Implementations§
impl Freeze for LoadSettings
impl RefUnwindSafe for LoadSettings
impl Send for LoadSettings
impl Sync for LoadSettings
impl Unpin for LoadSettings
impl UnsafeUnpin for LoadSettings
impl UnwindSafe for LoadSettings
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