Tuple Fields
0: Vec<Event>
Implementations
Trait Implementations
sourceimpl PartialEq<Events> for Events
impl PartialEq<Events> for Events
sourceimpl VersionedDefault for Events
impl VersionedDefault for Events
sourceimpl VersionedFromStr for Events
impl VersionedFromStr for Events
sourceimpl VersionedToString for Events
impl VersionedToString for Events
impl Eq for Events
impl StructuralEq for Events
impl StructuralPartialEq for Events
Auto Trait Implementations
impl RefUnwindSafe for Events
impl Send for Events
impl Sync for Events
impl Unpin for Events
impl UnwindSafe for Events
Blanket Implementations
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