pub struct VerificationCaseDef {
pub identification: Identification,
pub specializes: Option<String>,
pub specializes_span: Option<Span>,
pub body: UseCaseDefBody,
}Expand description
Verification case definition: verification def Identification body.
Fields§
§identification: Identification§specializes: Option<String>§specializes_span: Option<Span>§body: UseCaseDefBodyTrait Implementations§
Source§impl Clone for VerificationCaseDef
impl Clone for VerificationCaseDef
Source§fn clone(&self) -> VerificationCaseDef
fn clone(&self) -> VerificationCaseDef
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 VerificationCaseDef
impl Debug for VerificationCaseDef
Source§impl PartialEq for VerificationCaseDef
impl PartialEq for VerificationCaseDef
Source§fn eq(&self, other: &VerificationCaseDef) -> bool
fn eq(&self, other: &VerificationCaseDef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for VerificationCaseDef
impl StructuralPartialEq for VerificationCaseDef
Auto Trait Implementations§
impl Freeze for VerificationCaseDef
impl RefUnwindSafe for VerificationCaseDef
impl Send for VerificationCaseDef
impl Sync for VerificationCaseDef
impl Unpin for VerificationCaseDef
impl UnsafeUnpin for VerificationCaseDef
impl UnwindSafe for VerificationCaseDef
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