pub struct NormalizedEvents(pub Vec<NormalizedWrapperEvent>);Tuple Fields§
§0: Vec<NormalizedWrapperEvent>Trait Implementations§
Source§impl Clone for NormalizedEvents
impl Clone for NormalizedEvents
Source§fn clone(&self) -> NormalizedEvents
fn clone(&self) -> NormalizedEvents
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NormalizedEvents
impl Debug for NormalizedEvents
Source§impl Default for NormalizedEvents
impl Default for NormalizedEvents
Source§fn default() -> NormalizedEvents
fn default() -> NormalizedEvents
Returns the “default value” for a type. Read more
Source§impl PartialEq for NormalizedEvents
impl PartialEq for NormalizedEvents
Source§fn eq(&self, other: &NormalizedEvents) -> bool
fn eq(&self, other: &NormalizedEvents) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NormalizedEvents
Auto Trait Implementations§
impl Freeze for NormalizedEvents
impl RefUnwindSafe for NormalizedEvents
impl Send for NormalizedEvents
impl Sync for NormalizedEvents
impl Unpin for NormalizedEvents
impl UnsafeUnpin for NormalizedEvents
impl UnwindSafe for NormalizedEvents
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