pub struct FileClose;Expand description
File Close command
Trait Implementations§
Source§impl McuMgrCommand for FileClose
impl McuMgrCommand for FileClose
Source§type Response = FileCloseResponse
type Response = FileCloseResponse
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 FileClose
impl StructuralPartialEq for FileClose
Auto Trait Implementations§
impl Freeze for FileClose
impl RefUnwindSafe for FileClose
impl Send for FileClose
impl Sync for FileClose
impl Unpin for FileClose
impl UnwindSafe for FileClose
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