pub struct BehaviorReplayCase {
pub name: String,
pub inputs: Vec<Value>,
pub assertion: Option<String>,
pub argument_tuple: bool,
}Fields§
§name: String§inputs: Vec<Value>§assertion: Option<String>§argument_tuple: boolTrait Implementations§
Source§impl Clone for BehaviorReplayCase
impl Clone for BehaviorReplayCase
Source§fn clone(&self) -> BehaviorReplayCase
fn clone(&self) -> BehaviorReplayCase
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 BehaviorReplayCase
impl Debug for BehaviorReplayCase
Source§impl<'de> Deserialize<'de> for BehaviorReplayCase
impl<'de> Deserialize<'de> for BehaviorReplayCase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BehaviorReplayCase
impl PartialEq for BehaviorReplayCase
Source§fn eq(&self, other: &BehaviorReplayCase) -> bool
fn eq(&self, other: &BehaviorReplayCase) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BehaviorReplayCase
impl Serialize for BehaviorReplayCase
impl Eq for BehaviorReplayCase
impl StructuralPartialEq for BehaviorReplayCase
Auto Trait Implementations§
impl Freeze for BehaviorReplayCase
impl RefUnwindSafe for BehaviorReplayCase
impl Send for BehaviorReplayCase
impl Sync for BehaviorReplayCase
impl Unpin for BehaviorReplayCase
impl UnsafeUnpin for BehaviorReplayCase
impl UnwindSafe for BehaviorReplayCase
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