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