pub struct CascadeConformanceSeedCase {
pub name: String,
pub property: &'static str,
pub declarations: Vec<CascadeDeclaration>,
pub expected_outcome: &'static str,
pub expected_winner_id: Option<String>,
}Fields§
§name: String§property: &'static str§declarations: Vec<CascadeDeclaration>§expected_outcome: &'static str§expected_winner_id: Option<String>Trait Implementations§
Source§impl Clone for CascadeConformanceSeedCase
impl Clone for CascadeConformanceSeedCase
Source§fn clone(&self) -> CascadeConformanceSeedCase
fn clone(&self) -> CascadeConformanceSeedCase
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 CascadeConformanceSeedCase
impl Debug for CascadeConformanceSeedCase
impl Eq for CascadeConformanceSeedCase
Source§impl PartialEq for CascadeConformanceSeedCase
impl PartialEq for CascadeConformanceSeedCase
Source§fn eq(&self, other: &CascadeConformanceSeedCase) -> bool
fn eq(&self, other: &CascadeConformanceSeedCase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CascadeConformanceSeedCase
Auto Trait Implementations§
impl Freeze for CascadeConformanceSeedCase
impl RefUnwindSafe for CascadeConformanceSeedCase
impl Send for CascadeConformanceSeedCase
impl Sync for CascadeConformanceSeedCase
impl Unpin for CascadeConformanceSeedCase
impl UnsafeUnpin for CascadeConformanceSeedCase
impl UnwindSafe for CascadeConformanceSeedCase
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