pub struct StartedExecution {
pub execution_id: String,
}Fields§
§execution_id: StringTrait Implementations§
Source§impl Clone for StartedExecution
impl Clone for StartedExecution
Source§fn clone(&self) -> StartedExecution
fn clone(&self) -> StartedExecution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StartedExecution
impl Debug for StartedExecution
impl Eq for StartedExecution
Source§impl PartialEq for StartedExecution
impl PartialEq for StartedExecution
Source§fn eq(&self, other: &StartedExecution) -> bool
fn eq(&self, other: &StartedExecution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartedExecution
Auto Trait Implementations§
impl Freeze for StartedExecution
impl RefUnwindSafe for StartedExecution
impl Send for StartedExecution
impl Sync for StartedExecution
impl Unpin for StartedExecution
impl UnsafeUnpin for StartedExecution
impl UnwindSafe for StartedExecution
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