pub struct CreateExecutionResponse {
pub execution: ExecutionView,
pub replayed: bool,
}Fields§
§execution: ExecutionView§replayed: boolTrait Implementations§
Source§impl Clone for CreateExecutionResponse
impl Clone for CreateExecutionResponse
Source§fn clone(&self) -> CreateExecutionResponse
fn clone(&self) -> CreateExecutionResponse
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 CreateExecutionResponse
impl Debug for CreateExecutionResponse
Source§impl<'de> Deserialize<'de> for CreateExecutionResponse
impl<'de> Deserialize<'de> for CreateExecutionResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateExecutionResponse
impl PartialEq for CreateExecutionResponse
Source§impl Serialize for CreateExecutionResponse
impl Serialize for CreateExecutionResponse
impl StructuralPartialEq for CreateExecutionResponse
Auto Trait Implementations§
impl Freeze for CreateExecutionResponse
impl RefUnwindSafe for CreateExecutionResponse
impl Send for CreateExecutionResponse
impl Sync for CreateExecutionResponse
impl Unpin for CreateExecutionResponse
impl UnsafeUnpin for CreateExecutionResponse
impl UnwindSafe for CreateExecutionResponse
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