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