pub struct CommitSettings;Expand description
Commit settings command
Trait Implementations§
Source§impl Clone for CommitSettings
impl Clone for CommitSettings
Source§fn clone(&self) -> CommitSettings
fn clone(&self) -> CommitSettings
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 CommitSettings
impl Debug for CommitSettings
Source§impl McuMgrCommand for CommitSettings
impl McuMgrCommand for CommitSettings
Source§type Payload = CommitSettings
type Payload = CommitSettings
the data payload type
Source§type Response = CommitSettingsResponse
type Response = CommitSettingsResponse
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 CommitSettings
impl PartialEq for CommitSettings
Source§impl Serialize for CommitSettings
impl Serialize for CommitSettings
impl Eq for CommitSettings
impl StructuralPartialEq for CommitSettings
Auto Trait Implementations§
impl Freeze for CommitSettings
impl RefUnwindSafe for CommitSettings
impl Send for CommitSettings
impl Sync for CommitSettings
impl Unpin for CommitSettings
impl UnsafeUnpin for CommitSettings
impl UnwindSafe for CommitSettings
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