Struct fuel_core_client::client::schema::IdArgFields
source · pub struct IdArgFields;
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IdArgFields
impl Send for IdArgFields
impl Sync for IdArgFields
impl Unpin for IdArgFields
impl UnwindSafe for IdArgFields
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