Struct fuel_gql_client::schema::VariablesArguments
source · [−]pub struct VariablesArguments {
pub count: Option<i64>,
pub filter: Option<String>,
pub format: Option<ValueFormat>,
pub start: Option<i64>,
pub variables_reference: i64,
}
Expand description
Arguments for ‘variables’ request.
Fields
count: Option<i64>
The number of variables to return. If count is missing or 0, all variables are returned.
filter: Option<String>
Optional filter to limit the child variables to either named or indexed. If omitted, both types are fetched.
format: Option<ValueFormat>
Specifies details on how to format the Variable values. The attribute is only honored by a debug adapter if the capability ‘supportsValueFormattingOptions’ is true.
start: Option<i64>
The index of the first variable to return; if omitted children start at 0.
variables_reference: i64
The Variable reference.
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 VariablesArguments
impl Send for VariablesArguments
impl Sync for VariablesArguments
impl Unpin for VariablesArguments
impl UnwindSafe for VariablesArguments
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