Struct switchboard_utils::FastRoundResult
source · [−]#[repr(C)]pub struct FastRoundResult {
pub num_success: i32,
pub num_error: i32,
pub result: f64,
pub round_open_slot: u64,
pub round_open_timestamp: i64,
pub min_response: f64,
pub max_response: f64,
pub decimal: SwitchboardDecimal,
}Fields
num_success: i32num_error: i32result: f64round_open_slot: u64round_open_timestamp: i64min_response: f64max_response: f64decimal: SwitchboardDecimalTrait Implementations
sourceimpl Clone for FastRoundResult
impl Clone for FastRoundResult
sourcefn clone(&self) -> FastRoundResult
fn clone(&self) -> FastRoundResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FastRoundResult
impl Debug for FastRoundResult
sourceimpl Default for FastRoundResult
impl Default for FastRoundResult
sourcefn default() -> FastRoundResult
fn default() -> FastRoundResult
Returns the “default value” for a type. Read more
impl Copy for FastRoundResult
impl Pod for FastRoundResult
Auto Trait Implementations
impl RefUnwindSafe for FastRoundResult
impl Send for FastRoundResult
impl Sync for FastRoundResult
impl Unpin for FastRoundResult
impl UnwindSafe for FastRoundResult
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more