pub struct GetSendV1InviteHistoryBuilder<'a> { /* private fields */ }Expand description
Additive request builder for getSendV1InviteHistory.
Implementations§
Source§impl<'a> GetSendV1InviteHistoryBuilder<'a>
impl<'a> GetSendV1InviteHistoryBuilder<'a>
Sourcepub async fn send(
self,
) -> Result<SendInviteDataResponse, ApiOpError<GetSendV1InviteHistoryApiError>>
pub async fn send( self, ) -> Result<SendInviteDataResponse, ApiOpError<GetSendV1InviteHistoryApiError>>
Send the request through the existing flat operation method.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GetSendV1InviteHistoryBuilder<'a>
impl<'a> !UnwindSafe for GetSendV1InviteHistoryBuilder<'a>
impl<'a> Freeze for GetSendV1InviteHistoryBuilder<'a>
impl<'a> Send for GetSendV1InviteHistoryBuilder<'a>
impl<'a> Sync for GetSendV1InviteHistoryBuilder<'a>
impl<'a> Unpin for GetSendV1InviteHistoryBuilder<'a>
impl<'a> UnsafeUnpin for GetSendV1InviteHistoryBuilder<'a>
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