pub struct PostSendV1CraftSendBuilder<'a> { /* private fields */ }Expand description
Additive request builder for postSendV1CraftSend.
Implementations§
Source§impl<'a> PostSendV1CraftSendBuilder<'a>
impl<'a> PostSendV1CraftSendBuilder<'a>
Sourcepub fn request(self, request: PostSendV1CraftSendRequest) -> Self
pub fn request(self, request: PostSendV1CraftSendRequest) -> Self
Replace the complete request body.
Sourcepub async fn send(
self,
) -> Result<PostSendV1CraftSendResponse, ApiOpError<PostSendV1CraftSendApiError>>
pub async fn send( self, ) -> Result<PostSendV1CraftSendResponse, ApiOpError<PostSendV1CraftSendApiError>>
Send the request through the existing flat operation method.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PostSendV1CraftSendBuilder<'a>
impl<'a> !UnwindSafe for PostSendV1CraftSendBuilder<'a>
impl<'a> Freeze for PostSendV1CraftSendBuilder<'a>
impl<'a> Send for PostSendV1CraftSendBuilder<'a>
impl<'a> Sync for PostSendV1CraftSendBuilder<'a>
impl<'a> Unpin for PostSendV1CraftSendBuilder<'a>
impl<'a> UnsafeUnpin for PostSendV1CraftSendBuilder<'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