pub struct AxPostconditionResult {
pub timeout_ms: u64,
pub poll_ms: u64,
pub checks: Vec<AxPostconditionCheckResult>,
}Fields§
§timeout_ms: u64§poll_ms: u64§checks: Vec<AxPostconditionCheckResult>Trait Implementations§
Source§impl Clone for AxPostconditionResult
impl Clone for AxPostconditionResult
Source§fn clone(&self) -> AxPostconditionResult
fn clone(&self) -> AxPostconditionResult
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 AxPostconditionResult
impl Debug for AxPostconditionResult
Source§impl Default for AxPostconditionResult
impl Default for AxPostconditionResult
Source§fn default() -> AxPostconditionResult
fn default() -> AxPostconditionResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AxPostconditionResult
impl<'de> Deserialize<'de> for AxPostconditionResult
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 AxPostconditionResult
impl PartialEq for AxPostconditionResult
Source§impl Serialize for AxPostconditionResult
impl Serialize for AxPostconditionResult
impl StructuralPartialEq for AxPostconditionResult
Auto Trait Implementations§
impl Freeze for AxPostconditionResult
impl RefUnwindSafe for AxPostconditionResult
impl Send for AxPostconditionResult
impl Sync for AxPostconditionResult
impl Unpin for AxPostconditionResult
impl UnsafeUnpin for AxPostconditionResult
impl UnwindSafe for AxPostconditionResult
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