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