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