pub struct ErrorEntry {
pub code: String,
pub detail: String,
pub receipt_id: Value,
}Expand description
One structured verification failure.
Fields§
§code: String§detail: String§receipt_id: ValueTrait Implementations§
Source§impl Clone for ErrorEntry
impl Clone for ErrorEntry
Auto Trait Implementations§
impl Freeze for ErrorEntry
impl RefUnwindSafe for ErrorEntry
impl Send for ErrorEntry
impl Sync for ErrorEntry
impl Unpin for ErrorEntry
impl UnsafeUnpin for ErrorEntry
impl UnwindSafe for ErrorEntry
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