pub struct Events<'a> {
pub events: Vec<Event<'a>>,
}
Expand description
Events section
Fields§
§events: Vec<Event<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Events<'a>
impl<'a> RefUnwindSafe for Events<'a>
impl<'a> Send for Events<'a>
impl<'a> Sync for Events<'a>
impl<'a> Unpin for Events<'a>
impl<'a> UnwindSafe for Events<'a>
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