Struct fuel_gql_client::client::schema::primitives::Signature
source · pub struct Signature(pub HexFormatted<Bytes64>);
Tuple Fields§
§0: HexFormatted<Bytes64>
Implementations§
source§impl Signature
impl Signature
pub fn into_signature(self) -> Signature
Trait Implementations§
source§impl<'de> Deserialize<'de> for Signature
impl<'de> Deserialize<'de> for Signature
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<Signature> for Signature
impl IsScalar<Signature> for Signature
§type SchemaType = Signature
type SchemaType = Signature
The schema marker type this scalar represents.