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