Struct fuel_gql_client::schema::EvaluateArguments
source · [−]pub struct EvaluateArguments {
pub context: Option<String>,
pub expression: String,
pub format: Option<ValueFormat>,
pub frame_id: Option<i64>,
}
Expand description
Arguments for ‘evaluate’ request.
Fields
context: Option<String>
The context in which the evaluate request is run.
expression: String
The expression to evaluate.
format: Option<ValueFormat>
Specifies details on how to format the Evaluate result. The attribute is only honored by a debug adapter if the capability ‘supportsValueFormattingOptions’ is true.
frame_id: Option<i64>
Evaluate the expression in the scope of this stack frame. If not specified, the expression is evaluated in the global scope.
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EvaluateArguments
impl Send for EvaluateArguments
impl Sync for EvaluateArguments
impl Unpin for EvaluateArguments
impl UnwindSafe for EvaluateArguments
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more