pub struct GelatoIdNumberReportError {
pub code: Option<GelatoIdNumberReportErrorCode>,
pub reason: Option<String>,
}
Fields§
§code: Option<GelatoIdNumberReportErrorCode>
A short machine-readable string giving the reason for the verification failure.
reason: Option<String>
A human-readable message giving the reason for the failure. These messages can be shown to your users.
Trait Implementations§
Source§impl Clone for GelatoIdNumberReportError
impl Clone for GelatoIdNumberReportError
Source§fn clone(&self) -> GelatoIdNumberReportError
fn clone(&self) -> GelatoIdNumberReportError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GelatoIdNumberReportError
impl Debug for GelatoIdNumberReportError
Source§impl FromValueOpt for GelatoIdNumberReportError
impl FromValueOpt for GelatoIdNumberReportError
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for GelatoIdNumberReportError
impl RefUnwindSafe for GelatoIdNumberReportError
impl Send for GelatoIdNumberReportError
impl Sync for GelatoIdNumberReportError
impl Unpin for GelatoIdNumberReportError
impl UnwindSafe for GelatoIdNumberReportError
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