pub struct Events<T: Transport> { /* private fields */ }
Expand description
The events for a client endpoint.
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Events<T>
impl<T> !RefUnwindSafe for Events<T>
impl<T> Send for Events<T>
impl<T> Sync for Events<T>
impl<T> Unpin for Events<T>
impl<T> !UnwindSafe for Events<T>
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