Struct tcloud_im_api::api::account::AccountApi [−][src]
pub struct AccountApi<'a> {
pub inner: &'a Client,
}Fields
inner: &'a ClientImplementations
pub async fn query_online_status<R: Into<OnlineStatus>>(
&self,
data: R
) -> Result<QueryResp, Error>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AccountApi<'a>
impl<'a> Send for AccountApi<'a>
impl<'a> Sync for AccountApi<'a>
impl<'a> Unpin for AccountApi<'a>
impl<'a> !UnwindSafe for AccountApi<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
