pub struct PredictionExecuteRequestContext {
pub additional_properties: BTreeMap<String, Value>,
}Expand description
Optional. The execution.context object from the order build, passed unchanged. Validated against the signed transaction when present. For a Forecast swap it carries jupiterSwapRequestId and ownerPubkey.
Fields§
§additional_properties: BTreeMap<String, Value>Additional properties not explicitly defined in the schema
Trait Implementations§
Source§impl Clone for PredictionExecuteRequestContext
impl Clone for PredictionExecuteRequestContext
Source§fn clone(&self) -> PredictionExecuteRequestContext
fn clone(&self) -> PredictionExecuteRequestContext
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 Default for PredictionExecuteRequestContext
impl Default for PredictionExecuteRequestContext
Source§fn default() -> PredictionExecuteRequestContext
fn default() -> PredictionExecuteRequestContext
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PredictionExecuteRequestContext
impl<'de> Deserialize<'de> for PredictionExecuteRequestContext
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
Auto Trait Implementations§
impl Freeze for PredictionExecuteRequestContext
impl RefUnwindSafe for PredictionExecuteRequestContext
impl Send for PredictionExecuteRequestContext
impl Sync for PredictionExecuteRequestContext
impl Unpin for PredictionExecuteRequestContext
impl UnsafeUnpin for PredictionExecuteRequestContext
impl UnwindSafe for PredictionExecuteRequestContext
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