pub struct ConformanceRunError {
pub scenario: String,
pub action_index: usize,
pub action_kind: String,
pub message: String,
}Fields§
§scenario: String§action_index: usize§action_kind: String§message: StringTrait Implementations§
Source§impl Clone for ConformanceRunError
impl Clone for ConformanceRunError
Source§fn clone(&self) -> ConformanceRunError
fn clone(&self) -> ConformanceRunError
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 ConformanceRunError
impl Debug for ConformanceRunError
Source§impl<'de> Deserialize<'de> for ConformanceRunError
impl<'de> Deserialize<'de> for ConformanceRunError
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 Display for ConformanceRunError
impl Display for ConformanceRunError
impl Eq for ConformanceRunError
Source§impl Error for ConformanceRunError
impl Error for ConformanceRunError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ConformanceRunError
impl PartialEq for ConformanceRunError
Source§fn eq(&self, other: &ConformanceRunError) -> bool
fn eq(&self, other: &ConformanceRunError) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConformanceRunError
impl Serialize for ConformanceRunError
impl StructuralPartialEq for ConformanceRunError
Auto Trait Implementations§
impl Freeze for ConformanceRunError
impl RefUnwindSafe for ConformanceRunError
impl Send for ConformanceRunError
impl Sync for ConformanceRunError
impl Unpin for ConformanceRunError
impl UnsafeUnpin for ConformanceRunError
impl UnwindSafe for ConformanceRunError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.