pub struct VerifyCaseResult {
pub outcome: VerifyCaseOutcome,
pub span: Option<SourceSpan>,
pub case_expr: String,
pub case_index: usize,
pub case_total: usize,
pub law_context: Option<VerifyLawContext>,
}Fields§
§outcome: VerifyCaseOutcome§span: Option<SourceSpan>§case_expr: String§case_index: usize§case_total: usize§law_context: Option<VerifyLawContext>Trait Implementations§
Source§impl Clone for VerifyCaseResult
impl Clone for VerifyCaseResult
Source§fn clone(&self) -> VerifyCaseResult
fn clone(&self) -> VerifyCaseResult
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 moreAuto Trait Implementations§
impl Freeze for VerifyCaseResult
impl RefUnwindSafe for VerifyCaseResult
impl Send for VerifyCaseResult
impl Sync for VerifyCaseResult
impl Unpin for VerifyCaseResult
impl UnsafeUnpin for VerifyCaseResult
impl UnwindSafe for VerifyCaseResult
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