pub struct ExecutionContract {
pub graph_id: String,
pub graph_version: String,
pub input: Value,
pub budgets: Value,
}Fields§
§graph_id: String§graph_version: String§input: Value§budgets: ValueTrait Implementations§
Source§impl Clone for ExecutionContract
impl Clone for ExecutionContract
Source§fn clone(&self) -> ExecutionContract
fn clone(&self) -> ExecutionContract
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 moreAuto Trait Implementations§
impl Freeze for ExecutionContract
impl RefUnwindSafe for ExecutionContract
impl Send for ExecutionContract
impl Sync for ExecutionContract
impl Unpin for ExecutionContract
impl UnsafeUnpin for ExecutionContract
impl UnwindSafe for ExecutionContract
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