#[repr(transparent)]pub struct Events(pub Vec<SerializedEvent>);Expand description
Wrapper for a Vec of serialized events.
Tuple Fields§
§0: Vec<SerializedEvent>Implementations§
Trait Implementations§
Source§impl FromIterator<SerializedEvent> for Events
impl FromIterator<SerializedEvent> for Events
Source§fn from_iter<T: IntoIterator<Item = SerializedEvent>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = SerializedEvent>>(iter: T) -> Self
Creates a value from an iterator. Read more
Source§impl IntoIterator for Events
impl IntoIterator for Events
impl Eq for Events
impl StructuralPartialEq for Events
Auto Trait Implementations§
impl Freeze for Events
impl RefUnwindSafe for Events
impl Send for Events
impl Sync for Events
impl Unpin for Events
impl UnwindSafe for Events
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