pub struct SupportedFileChecksumTypes;Expand description
Trait Implementations§
Source§impl Debug for SupportedFileChecksumTypes
impl Debug for SupportedFileChecksumTypes
Source§impl McuMgrCommand for SupportedFileChecksumTypes
impl McuMgrCommand for SupportedFileChecksumTypes
Source§type Payload = SupportedFileChecksumTypes
type Payload = SupportedFileChecksumTypes
the data payload type
Source§type Response = SupportedFileChecksumTypesResponse
type Response = SupportedFileChecksumTypesResponse
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
impl Eq for SupportedFileChecksumTypes
impl StructuralPartialEq for SupportedFileChecksumTypes
Auto Trait Implementations§
impl Freeze for SupportedFileChecksumTypes
impl RefUnwindSafe for SupportedFileChecksumTypes
impl Send for SupportedFileChecksumTypes
impl Sync for SupportedFileChecksumTypes
impl Unpin for SupportedFileChecksumTypes
impl UnwindSafe for SupportedFileChecksumTypes
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