pub struct AlwaysInsertNewBeforeOld;Trait Implementations§
Source§impl<T> HandleEventCollision<T> for AlwaysInsertNewBeforeOld
impl<T> HandleEventCollision<T> for AlwaysInsertNewBeforeOld
fn decide_on_collision( &self, _old_event: &T, _new_event: &T, ) -> EventCollisionHandling
Auto Trait Implementations§
impl Freeze for AlwaysInsertNewBeforeOld
impl RefUnwindSafe for AlwaysInsertNewBeforeOld
impl Send for AlwaysInsertNewBeforeOld
impl Sync for AlwaysInsertNewBeforeOld
impl Unpin for AlwaysInsertNewBeforeOld
impl UnwindSafe for AlwaysInsertNewBeforeOld
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