pub struct GelatoEmailReportError {
pub code: Option<GelatoEmailReportErrorCode>,
pub reason: Option<String>,
}Fields§
§code: Option<GelatoEmailReportErrorCode>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 GelatoEmailReportError
impl Clone for GelatoEmailReportError
Source§fn clone(&self) -> GelatoEmailReportError
fn clone(&self) -> GelatoEmailReportError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GelatoEmailReportError
impl Debug for GelatoEmailReportError
Source§impl Deserialize for GelatoEmailReportError
impl Deserialize for GelatoEmailReportError
impl Eq for GelatoEmailReportError
Source§impl FromValueOpt for GelatoEmailReportError
impl FromValueOpt for GelatoEmailReportError
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for GelatoEmailReportError
impl ObjectDeser for GelatoEmailReportError
Source§impl PartialEq for GelatoEmailReportError
impl PartialEq for GelatoEmailReportError
impl StructuralPartialEq for GelatoEmailReportError
Auto Trait Implementations§
impl Freeze for GelatoEmailReportError
impl RefUnwindSafe for GelatoEmailReportError
impl Send for GelatoEmailReportError
impl Sync for GelatoEmailReportError
impl Unpin for GelatoEmailReportError
impl UnsafeUnpin for GelatoEmailReportError
impl UnwindSafe for GelatoEmailReportError
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