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