pub struct ValidationSnapshot {
pub success: bool,
pub profile: String,
pub duration_ms: u64,
pub summary: String,
}Fields§
§success: bool§profile: String§duration_ms: u64§summary: StringTrait Implementations§
Source§impl Clone for ValidationSnapshot
impl Clone for ValidationSnapshot
Source§fn clone(&self) -> ValidationSnapshot
fn clone(&self) -> ValidationSnapshot
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 moreSource§impl Debug for ValidationSnapshot
impl Debug for ValidationSnapshot
Source§impl<'de> Deserialize<'de> for ValidationSnapshot
impl<'de> Deserialize<'de> for ValidationSnapshot
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 ValidationSnapshot
impl PartialEq for ValidationSnapshot
Source§impl Serialize for ValidationSnapshot
impl Serialize for ValidationSnapshot
impl Eq for ValidationSnapshot
impl StructuralPartialEq for ValidationSnapshot
Auto Trait Implementations§
impl Freeze for ValidationSnapshot
impl RefUnwindSafe for ValidationSnapshot
impl Send for ValidationSnapshot
impl Sync for ValidationSnapshot
impl Unpin for ValidationSnapshot
impl UnsafeUnpin for ValidationSnapshot
impl UnwindSafe for ValidationSnapshot
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