pub struct ListCommandsResult {
pub commands: Vec<CommandDescriptor>,
}Fields§
§commands: Vec<CommandDescriptor>Trait Implementations§
Source§impl Debug for ListCommandsResult
impl Debug for ListCommandsResult
Auto Trait Implementations§
impl Freeze for ListCommandsResult
impl RefUnwindSafe for ListCommandsResult
impl Send for ListCommandsResult
impl Sync for ListCommandsResult
impl Unpin for ListCommandsResult
impl UnsafeUnpin for ListCommandsResult
impl UnwindSafe for ListCommandsResult
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