pub struct ShowCmdExecutionInfo {
pub runtime: Runtime,
pub outgoing_capabilities: Vec<String>,
pub start_reason: String,
}
Fields§
§runtime: Runtime
§outgoing_capabilities: Vec<String>
§start_reason: String
Auto Trait Implementations§
impl Freeze for ShowCmdExecutionInfo
impl RefUnwindSafe for ShowCmdExecutionInfo
impl Send for ShowCmdExecutionInfo
impl Sync for ShowCmdExecutionInfo
impl Unpin for ShowCmdExecutionInfo
impl UnwindSafe for ShowCmdExecutionInfo
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