pub struct ExecutionInfo {
pub start_reason: String,
}
Expand description
Additional information about components that are running.
Fields§
§start_reason: String
Trait Implementations§
Source§impl Clone for ExecutionInfo
impl Clone for ExecutionInfo
Source§fn clone(&self) -> ExecutionInfo
fn clone(&self) -> ExecutionInfo
Returns a copy 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 ExecutionInfo
impl Debug for ExecutionInfo
Source§impl TryFrom<ExecutionInfo> for ExecutionInfo
impl TryFrom<ExecutionInfo> for ExecutionInfo
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ExecutionInfo
impl RefUnwindSafe for ExecutionInfo
impl Send for ExecutionInfo
impl Sync for ExecutionInfo
impl Unpin for ExecutionInfo
impl UnwindSafe for ExecutionInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)