Struct fuel_gql_client::client::schema::primitives::HexFormatted
source · [−]Tuple Fields
0: T
Trait Implementations
Returns the “default value” for a type. Read more
impl<'de, T: FromStr<Err = E> + Debug + Clone + Default, E: Display> Deserialize<'de> for HexFormatted<T>
impl<'de, T: FromStr<Err = E> + Debug + Clone + Default, E: Display> Deserialize<'de> for HexFormatted<T>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for HexFormatted<T> where
T: RefUnwindSafe,
impl<T> Send for HexFormatted<T> where
T: Send,
impl<T> Sync for HexFormatted<T> where
T: Sync,
impl<T> Unpin for HexFormatted<T> where
T: Unpin,
impl<T> UnwindSafe for HexFormatted<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more