pub struct EventApi { /* private fields */ }Expand description
Event endpoint namespace.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventApi
impl !RefUnwindSafe for EventApi
impl Send for EventApi
impl Sync for EventApi
impl Unpin for EventApi
impl UnsafeUnpin for EventApi
impl !UnwindSafe for EventApi
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