pub struct MeClient { /* private fields */ }Implementations§
Source§impl MeClient
impl MeClient
pub async fn apartments(&self) -> Result<MeApartmentsResponse, SdkError>
pub async fn invitations(&self) -> Result<MeInvitationsResponse, SdkError>
pub async fn push_subscription_status( &self, ) -> Result<MePushSubscriptionStatusResponse, SdkError>
pub async fn push_vapid_public_key( &self, ) -> Result<MePushVapidPublicKeyResponse, SdkError>
pub async fn subscribe_push( &self, body: &PostMePushSubscriptionPayload, ) -> Result<(), SdkError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MeClient
impl !RefUnwindSafe for MeClient
impl Send for MeClient
impl Sync for MeClient
impl Unpin for MeClient
impl UnsafeUnpin for MeClient
impl !UnwindSafe for MeClient
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