Struct fuel_core_client::client::schema::primitives::AssetId
source · pub struct AssetId(pub HexFormatted<AssetId>);
Tuple Fields§
§0: HexFormatted<AssetId>
Trait Implementations§
source§impl<'de> Deserialize<'de> for AssetId
impl<'de> Deserialize<'de> for AssetId
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 IsScalar<AssetId> for AssetId
impl IsScalar<AssetId> for AssetId
§type SchemaType = AssetId
type SchemaType = AssetId
The schema marker type this scalar represents.
impl CoercesTo<AssetId> for AssetId
impl CoercesTo<Option<AssetId>> for AssetId
impl CoercesTo<Option<Option<AssetId>>> for AssetId
impl CoercesTo<Option<Vec<AssetId, Global>>> for AssetId
impl CoercesTo<Option<Vec<Option<AssetId>, Global>>> for AssetId
impl CoercesTo<Vec<AssetId, Global>> for AssetId
impl CoercesTo<Vec<Vec<AssetId, Global>, Global>> for AssetId
Auto Trait Implementations§
impl RefUnwindSafe for AssetId
impl Send for AssetId
impl Sync for AssetId
impl Unpin for AssetId
impl UnwindSafe for AssetId
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