pub struct RunTestSuccess {
pub id: Option<String>,
pub name: Option<String>,
pub method_name: Option<String>,
pub namespace: Option<String>,
pub time: f64,
pub see_all_data: bool,
}Fields§
§id: Option<String>§name: Option<String>§method_name: Option<String>§namespace: Option<String>§time: f64§see_all_data: boolTrait Implementations§
Source§impl Clone for RunTestSuccess
impl Clone for RunTestSuccess
Source§fn clone(&self) -> RunTestSuccess
fn clone(&self) -> RunTestSuccess
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 RunTestSuccess
impl Debug for RunTestSuccess
Source§impl<'de> Deserialize<'de> for RunTestSuccess
impl<'de> Deserialize<'de> for RunTestSuccess
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
Auto Trait Implementations§
impl Freeze for RunTestSuccess
impl RefUnwindSafe for RunTestSuccess
impl Send for RunTestSuccess
impl Sync for RunTestSuccess
impl Unpin for RunTestSuccess
impl UnsafeUnpin for RunTestSuccess
impl UnwindSafe for RunTestSuccess
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