Struct fuel_core_client::client::schema::SetBreakpointArgs
source · pub struct SetBreakpointArgs {
pub id: Id,
pub bp: Breakpoint,
}
Fields§
§id: Id
§bp: Breakpoint
Trait Implementations§
source§impl Debug for SetBreakpointArgs
impl Debug for SetBreakpointArgs
source§impl QueryVariables for SetBreakpointArgs
impl QueryVariables for SetBreakpointArgs
§type Fields = SetBreakpointArgsFields
type Fields = SetBreakpointArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for SetBreakpointArgs
impl Serialize for SetBreakpointArgs
impl VariableMatch<SetBreakpointArgs> for SetBreakpointArgs
Auto Trait Implementations§
impl RefUnwindSafe for SetBreakpointArgs
impl Send for SetBreakpointArgs
impl Sync for SetBreakpointArgs
impl Unpin for SetBreakpointArgs
impl UnwindSafe for SetBreakpointArgs
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.