pub struct VerifyFailure {
pub turn: usize,
pub reason: &'static str,
pub detail: Option<String>,
}Fields§
§turn: usize§reason: &'static str§detail: Option<String>Trait Implementations§
Source§impl Clone for VerifyFailure
impl Clone for VerifyFailure
Source§fn clone(&self) -> VerifyFailure
fn clone(&self) -> VerifyFailure
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 moreAuto Trait Implementations§
impl Freeze for VerifyFailure
impl RefUnwindSafe for VerifyFailure
impl Send for VerifyFailure
impl Sync for VerifyFailure
impl Unpin for VerifyFailure
impl UnsafeUnpin for VerifyFailure
impl UnwindSafe for VerifyFailure
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