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