Struct fuel_core_client::client::schema::IdArg
source · pub struct IdArg {
pub id: Id,
}
Fields§
§id: Id
Trait Implementations§
source§impl QueryVariables for IdArg
impl QueryVariables for IdArg
§type Fields = IdArgFields
type Fields = IdArgFields
A struct that determines which variables are available when using this struct.
impl VariableMatch<IdArg> for IdArg
Auto Trait Implementations§
impl RefUnwindSafe for IdArg
impl Send for IdArg
impl Sync for IdArg
impl Unpin for IdArg
impl UnwindSafe for IdArg
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