pub struct DisableFastWithdrawSwitchParamsBuilder { /* private fields */ }Expand description
Builder for DisableFastWithdrawSwitchParams.
Implementations§
Source§impl DisableFastWithdrawSwitchParamsBuilder
impl DisableFastWithdrawSwitchParamsBuilder
Sourcepub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
The recv_window parameter.
This field is **optional.
Sourcepub fn build(self) -> Result<DisableFastWithdrawSwitchParams, ParamBuildError>
pub fn build(self) -> Result<DisableFastWithdrawSwitchParams, ParamBuildError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisableFastWithdrawSwitchParamsBuilder
impl RefUnwindSafe for DisableFastWithdrawSwitchParamsBuilder
impl Send for DisableFastWithdrawSwitchParamsBuilder
impl Sync for DisableFastWithdrawSwitchParamsBuilder
impl Unpin for DisableFastWithdrawSwitchParamsBuilder
impl UnsafeUnpin for DisableFastWithdrawSwitchParamsBuilder
impl UnwindSafe for DisableFastWithdrawSwitchParamsBuilder
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