pub struct VerificationDataSchema {
pub code: String,
pub hint: Option<String>,
}
Fields§
§code: String
§hint: Option<String>
Trait Implementations§
Source§impl Debug for VerificationDataSchema
impl Debug for VerificationDataSchema
Source§impl<'de> Deserialize<'de> for VerificationDataSchema
impl<'de> Deserialize<'de> for VerificationDataSchema
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 Display for VerificationDataSchema
impl Display for VerificationDataSchema
Auto Trait Implementations§
impl Freeze for VerificationDataSchema
impl RefUnwindSafe for VerificationDataSchema
impl Send for VerificationDataSchema
impl Sync for VerificationDataSchema
impl Unpin for VerificationDataSchema
impl UnwindSafe for VerificationDataSchema
Blanket Implementations§
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