Struct event_manager::EventOps
source · pub struct EventOps<'a> { /* private fields */ }Expand description
Opaque object associated with an EventSubscriber that allows the addition, modification, and
removal of events in the watchlist.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for EventOps<'a>
impl<'a> Send for EventOps<'a>
impl<'a> Sync for EventOps<'a>
impl<'a> Unpin for EventOps<'a>
impl<'a> !UnwindSafe for EventOps<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more