pub struct DateTimeGet;Expand description
Date-Time Get command
Trait Implementations§
Source§impl Debug for DateTimeGet
impl Debug for DateTimeGet
Source§impl McuMgrCommand for DateTimeGet
impl McuMgrCommand for DateTimeGet
Source§type Payload = DateTimeGet
type Payload = DateTimeGet
the data payload type
Source§type Response = DateTimeGetResponse
type Response = DateTimeGetResponse
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 DateTimeGet
impl PartialEq for DateTimeGet
Source§impl Serialize for DateTimeGet
impl Serialize for DateTimeGet
impl Eq for DateTimeGet
impl StructuralPartialEq for DateTimeGet
Auto Trait Implementations§
impl Freeze for DateTimeGet
impl RefUnwindSafe for DateTimeGet
impl Send for DateTimeGet
impl Sync for DateTimeGet
impl Unpin for DateTimeGet
impl UnwindSafe for DateTimeGet
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