pub struct CommandListResponse {
pub commands: Vec<CommandItem>,
pub total: usize,
}Expand description
Response structure for listing all available commands.
Fields§
§commands: Vec<CommandItem>§total: usizeTrait Implementations§
Source§impl Debug for CommandListResponse
impl Debug for CommandListResponse
Auto Trait Implementations§
impl Freeze for CommandListResponse
impl RefUnwindSafe for CommandListResponse
impl Send for CommandListResponse
impl Sync for CommandListResponse
impl Unpin for CommandListResponse
impl UnsafeUnpin for CommandListResponse
impl UnwindSafe for CommandListResponse
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