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