Struct json_digest::Nonce264 [−][src]
pub struct Nonce264(pub String);
Expand description
Multibase-encoded random content, e.g. ’urvU8F6HmEol5zOmHh_nnS1RiX5r3T2t9U_d_kQY7ZC-I“
Tuple Fields
0: String
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Nonce264
impl UnwindSafe for Nonce264
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.