pub struct EventClient { /* private fields */ }Expand description
Event API 客户端
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EventClient
impl !UnwindSafe for EventClient
impl Freeze for EventClient
impl Send for EventClient
impl Sync for EventClient
impl Unpin for EventClient
impl UnsafeUnpin for EventClient
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