Struct fuel_gql_client::schema::StackFrameFormat
source · [−]pub struct StackFrameFormat {
pub hex: Option<bool>,
pub include_all: Option<bool>,
pub line: Option<bool>,
pub module: Option<bool>,
pub parameter_names: Option<bool>,
pub parameter_types: Option<bool>,
pub parameter_values: Option<bool>,
pub parameters: Option<bool>,
}
Fields
hex: Option<bool>
Display the value in hex.
include_all: Option<bool>
Includes all stack frames, including those the debug adapter might otherwise hide.
line: Option<bool>
Displays the line number of the stack frame.
module: Option<bool>
Displays the module of the stack frame.
parameter_names: Option<bool>
Displays the names of parameters for the stack frame.
parameter_types: Option<bool>
Displays the types of parameters for the stack frame.
parameter_values: Option<bool>
Displays the values of parameters for the stack frame.
parameters: Option<bool>
Displays parameters for the stack frame.
Trait Implementations
Returns the “default value” for a type. Read more
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 StackFrameFormat
impl Send for StackFrameFormat
impl Sync for StackFrameFormat
impl Unpin for StackFrameFormat
impl UnwindSafe for StackFrameFormat
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