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