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