pub struct GlobalEventResult {
pub events: Vec<GlobalEvent>,
pub n_events: usize,
pub event_rate: f64,
pub is_valid: bool,
}Fields§
§events: Vec<GlobalEvent>§n_events: usize§event_rate: f64§is_valid: boolTrait Implementations§
Source§impl Clone for GlobalEventResult
impl Clone for GlobalEventResult
Source§fn clone(&self) -> GlobalEventResult
fn clone(&self) -> GlobalEventResult
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 GlobalEventResult
impl Debug for GlobalEventResult
Auto Trait Implementations§
impl Freeze for GlobalEventResult
impl RefUnwindSafe for GlobalEventResult
impl Send for GlobalEventResult
impl Sync for GlobalEventResult
impl Unpin for GlobalEventResult
impl UnsafeUnpin for GlobalEventResult
impl UnwindSafe for GlobalEventResult
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