pub enum Aggregation<'a> {
Event(Event<'a>),
Bag(Vec<Event<'a>>),
Link(Link<'a>),
}Variants§
Trait Implementations§
Source§impl<'a> Debug for Aggregation<'a>
impl<'a> Debug for Aggregation<'a>
Auto Trait Implementations§
impl<'a> Freeze for Aggregation<'a>
impl<'a> RefUnwindSafe for Aggregation<'a>
impl<'a> Send for Aggregation<'a>
impl<'a> Sync for Aggregation<'a>
impl<'a> Unpin for Aggregation<'a>
impl<'a> UnwindSafe for Aggregation<'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