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