Struct fuel_core_client::client::schema::schema::ContractId
source · pub struct ContractId {}
Trait Implementations§
source§impl IsScalar<ContractId> for ContractId
impl IsScalar<ContractId> for ContractId
§type SchemaType = ContractId
type SchemaType = ContractId
The schema marker type this scalar represents.
source§impl NamedType for ContractId
impl NamedType for ContractId
impl CoercesTo<ContractId> for ContractId
impl HasInputField<contract, ContractId> for Breakpoint
impl HasInputField<contract, ContractId> for ContractBalanceFilterInput
Auto Trait Implementations§
impl Freeze for ContractId
impl RefUnwindSafe for ContractId
impl Send for ContractId
impl Sync for ContractId
impl Unpin for ContractId
impl UnwindSafe for ContractId
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