pub struct EnableFastWithdrawSwitchParamsBuilder { /* private fields */ }Expand description
Builder for EnableFastWithdrawSwitchParams.
Implementations§
Source§impl EnableFastWithdrawSwitchParamsBuilder
impl EnableFastWithdrawSwitchParamsBuilder
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<EnableFastWithdrawSwitchParams, ParamBuildError>
pub fn build(self) -> Result<EnableFastWithdrawSwitchParams, ParamBuildError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnableFastWithdrawSwitchParamsBuilder
impl RefUnwindSafe for EnableFastWithdrawSwitchParamsBuilder
impl Send for EnableFastWithdrawSwitchParamsBuilder
impl Sync for EnableFastWithdrawSwitchParamsBuilder
impl Unpin for EnableFastWithdrawSwitchParamsBuilder
impl UnsafeUnpin for EnableFastWithdrawSwitchParamsBuilder
impl UnwindSafe for EnableFastWithdrawSwitchParamsBuilder
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