pub struct RecurringWithdrawPriceRecurringBuilder { /* private fields */ }Expand description
Dependency-free builder for [#struct_name].
Implementations§
Source§impl RecurringWithdrawPriceRecurringBuilder
impl RecurringWithdrawPriceRecurringBuilder
Sourcepub fn new(
input_or_output: RecurringWithdrawal,
order: String,
user: String,
) -> Self
pub fn new( input_or_output: RecurringWithdrawal, order: String, user: String, ) -> Self
Start a builder with every required wire field.
Sourcepub fn build(self) -> RecurringWithdrawPriceRecurring
pub fn build(self) -> RecurringWithdrawPriceRecurring
Finish building the request model.
Trait Implementations§
Source§impl Clone for RecurringWithdrawPriceRecurringBuilder
impl Clone for RecurringWithdrawPriceRecurringBuilder
Source§fn clone(&self) -> RecurringWithdrawPriceRecurringBuilder
fn clone(&self) -> RecurringWithdrawPriceRecurringBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RecurringWithdrawPriceRecurringBuilder
impl RefUnwindSafe for RecurringWithdrawPriceRecurringBuilder
impl Send for RecurringWithdrawPriceRecurringBuilder
impl Sync for RecurringWithdrawPriceRecurringBuilder
impl Unpin for RecurringWithdrawPriceRecurringBuilder
impl UnsafeUnpin for RecurringWithdrawPriceRecurringBuilder
impl UnwindSafe for RecurringWithdrawPriceRecurringBuilder
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