Struct fuel_core_client::client::schema::schema::OutputBreakpoint
source · pub struct OutputBreakpoint;
Trait Implementations§
source§impl HasField<__typename> for OutputBreakpoint
impl HasField<__typename> for OutputBreakpoint
source§impl HasField<contract> for OutputBreakpoint
impl HasField<contract> for OutputBreakpoint
§type Type = ContractId
type Type = ContractId
The schema marker type of this field.
Auto Trait Implementations§
impl RefUnwindSafe for OutputBreakpoint
impl Send for OutputBreakpoint
impl Sync for OutputBreakpoint
impl Unpin for OutputBreakpoint
impl UnwindSafe for OutputBreakpoint
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