Struct fuel_core_client::client::schema::MemoryArgsFields
source · pub struct MemoryArgsFields;
Implementations§
source§impl MemoryArgsFields
impl MemoryArgsFields
pub fn id() -> VariableDefinition<MemoryArgs, Id>
pub fn start() -> VariableDefinition<MemoryArgs, U64>
pub fn size() -> VariableDefinition<MemoryArgs, U64>
Auto Trait Implementations§
impl RefUnwindSafe for MemoryArgsFields
impl Send for MemoryArgsFields
impl Sync for MemoryArgsFields
impl Unpin for MemoryArgsFields
impl UnwindSafe for MemoryArgsFields
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