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