pub struct QuerySpecialKeyParamsBuilder { /* private fields */ }Expand description
Builder for QuerySpecialKeyParams.
Implementations§
Source§impl QuerySpecialKeyParamsBuilder
impl QuerySpecialKeyParamsBuilder
Sourcepub fn symbol<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
pub fn symbol<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
isolated margin pair
This field is **optional.
Sourcepub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn recv_window<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
No more than 60000
This field is **optional.
Sourcepub fn build(self) -> Result<QuerySpecialKeyParams, ParamBuildError>
pub fn build(self) -> Result<QuerySpecialKeyParams, ParamBuildError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuerySpecialKeyParamsBuilder
impl RefUnwindSafe for QuerySpecialKeyParamsBuilder
impl Send for QuerySpecialKeyParamsBuilder
impl Sync for QuerySpecialKeyParamsBuilder
impl Unpin for QuerySpecialKeyParamsBuilder
impl UnsafeUnpin for QuerySpecialKeyParamsBuilder
impl UnwindSafe for QuerySpecialKeyParamsBuilder
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