pub struct ImService {
pub v1: V1,
pub v2: V2,
}Expand description
即时消息服务
聚合所有IM相关的API版本,提供统一的访问接口。 通过不同版本的子服务访问具体的API功能。
Fields§
§v1: V1IM API v1版本服务
v2: V2IM API v2版本服务
Implementations§
Auto Trait Implementations§
impl Freeze for ImService
impl !RefUnwindSafe for ImService
impl Send for ImService
impl Sync for ImService
impl Unpin for ImService
impl !UnwindSafe for ImService
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