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