pub struct AssociatedEvents { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for AssociatedEvents
impl !RefUnwindSafe for AssociatedEvents
impl !Send for AssociatedEvents
impl !Sync for AssociatedEvents
impl Unpin for AssociatedEvents
impl UnsafeUnpin for AssociatedEvents
impl !UnwindSafe for AssociatedEvents
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