Struct switchboard_program::RoundResult [−][src]
pub struct RoundResult {
pub num_success: i32,
pub num_error: i32,
pub mean: f64,
pub round_open_slot: u64,
pub round_open_timestamp: i64,
pub min_response: f64,
pub max_response: f64,
}Fields
num_success: i32num_error: i32mean: f64round_open_slot: u64round_open_timestamp: i64min_response: f64max_response: f64Trait Implementations
impl Clone for RoundResult[src]
impl Clone for RoundResult[src]pub fn clone(&self) -> RoundResult[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for RoundResult[src]
impl Default for RoundResult[src]pub fn default() -> RoundResult[src]
impl<'a> MessageRead<'a> for RoundResult[src]
impl<'a> MessageRead<'a> for RoundResult[src]pub fn from_reader(
r: &mut BytesReader,
bytes: &'a [u8]
) -> Result<RoundResult, Error>[src]
r: &mut BytesReader,
bytes: &'a [u8]
) -> Result<RoundResult, Error>
impl MessageWrite for RoundResult[src]
impl MessageWrite for RoundResult[src]impl PartialEq<RoundResult> for RoundResult[src]
impl PartialEq<RoundResult> for RoundResult[src]pub fn eq(&self, other: &RoundResult) -> bool[src]
pub fn ne(&self, other: &RoundResult) -> bool[src]
impl StructuralPartialEq for RoundResult[src]
impl StructuralPartialEq for RoundResult[src]Auto Trait Implementations
impl RefUnwindSafe for RoundResult
impl RefUnwindSafe for RoundResultimpl Send for RoundResult
impl Send for RoundResultimpl Sync for RoundResult
impl Sync for RoundResultimpl Unpin for RoundResult
impl Unpin for RoundResultimpl UnwindSafe for RoundResult
impl UnwindSafe for RoundResultBlanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for Tpub default fn example() -> T
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,