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