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