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