Struct fuel_core_client::client::schema::primitives::ContractId
source · pub struct ContractId(pub HexFormatted<ContractId>);
Tuple Fields§
§0: HexFormatted<ContractId>
Trait Implementations§
source§impl Clone for ContractId
impl Clone for ContractId
source§fn clone(&self) -> ContractId
fn clone(&self) -> ContractId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContractId
impl Debug for ContractId
source§impl Default for ContractId
impl Default for ContractId
source§fn default() -> ContractId
fn default() -> ContractId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ContractId
impl<'de> Deserialize<'de> for ContractId
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for ContractId
impl Display for ContractId
source§impl From<ContractId> for ContractId
impl From<ContractId> for ContractId
source§impl From<ContractId> for ContractId
impl From<ContractId> for ContractId
source§fn from(s: ContractId) -> Self
fn from(s: ContractId) -> Self
Converts to this type from the input type.
source§impl FromStr for ContractId
impl FromStr for ContractId
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 Serialize for ContractId
impl Serialize for ContractId
source§impl Variable for ContractId
impl Variable for ContractId
const TYPE: VariableType = _
impl CoercesTo<ContractId> for ContractId
impl CoercesTo<Option<ContractId>> for ContractId
impl CoercesTo<Option<Option<ContractId>>> for ContractId
impl CoercesTo<Option<Vec<ContractId, Global>>> for ContractId
impl CoercesTo<Option<Vec<Option<ContractId>, Global>>> for ContractId
impl CoercesTo<Vec<ContractId, Global>> for ContractId
impl CoercesTo<Vec<Vec<ContractId, Global>, Global>> for ContractId
Auto Trait Implementations§
impl RefUnwindSafe for ContractId
impl Send for ContractId
impl Sync for ContractId
impl Unpin for ContractId
impl UnwindSafe for ContractId
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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