pub struct MarkerMismatch {
pub request: MarkerProofRequest,
pub mismatch: MarkerMismatchBody,
}Expand description
Presented marker does not match current marker state.
Fields§
§request: MarkerProofRequestComplete flattened request fields.
mismatch: MarkerMismatchBodySelected exact reason body.
Trait Implementations§
Source§impl Clone for MarkerMismatch
impl Clone for MarkerMismatch
Source§fn clone(&self) -> MarkerMismatch
fn clone(&self) -> MarkerMismatch
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 MarkerMismatch
impl Debug for MarkerMismatch
impl Eq for MarkerMismatch
Source§impl PartialEq for MarkerMismatch
impl PartialEq for MarkerMismatch
impl StructuralPartialEq for MarkerMismatch
Auto Trait Implementations§
impl Freeze for MarkerMismatch
impl RefUnwindSafe for MarkerMismatch
impl Send for MarkerMismatch
impl Sync for MarkerMismatch
impl Unpin for MarkerMismatch
impl UnsafeUnpin for MarkerMismatch
impl UnwindSafe for MarkerMismatch
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