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