Enum bottom::CollectionThreadEvent
source · pub enum CollectionThreadEvent {
Reset,
}Expand description
Events sent to the collection thread.
Variants§
Reset
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CollectionThreadEvent
impl Send for CollectionThreadEvent
impl Sync for CollectionThreadEvent
impl Unpin for CollectionThreadEvent
impl UnwindSafe for CollectionThreadEvent
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