pub struct DisableFastWithdrawSwitchParams {
pub recv_window: Option<i64>,
}Expand description
Request parameters for the [disable_fast_withdraw_switch] operation.
This struct holds all of the inputs you can pass when calling
disable_fast_withdraw_switch.
Fields§
§recv_window: Option<i64>The recv_window parameter.
This field is **optional.
Implementations§
Source§impl DisableFastWithdrawSwitchParams
impl DisableFastWithdrawSwitchParams
Sourcepub fn builder() -> DisableFastWithdrawSwitchParamsBuilder
pub fn builder() -> DisableFastWithdrawSwitchParamsBuilder
Create a builder for [disable_fast_withdraw_switch].
Trait Implementations§
Source§impl Clone for DisableFastWithdrawSwitchParams
impl Clone for DisableFastWithdrawSwitchParams
Source§fn clone(&self) -> DisableFastWithdrawSwitchParams
fn clone(&self) -> DisableFastWithdrawSwitchParams
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 moreSource§impl Default for DisableFastWithdrawSwitchParams
impl Default for DisableFastWithdrawSwitchParams
Source§fn default() -> DisableFastWithdrawSwitchParams
fn default() -> DisableFastWithdrawSwitchParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DisableFastWithdrawSwitchParams
impl RefUnwindSafe for DisableFastWithdrawSwitchParams
impl Send for DisableFastWithdrawSwitchParams
impl Sync for DisableFastWithdrawSwitchParams
impl Unpin for DisableFastWithdrawSwitchParams
impl UnsafeUnpin for DisableFastWithdrawSwitchParams
impl UnwindSafe for DisableFastWithdrawSwitchParams
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