pub struct QuerySubAccountListParamsBuilder { /* private fields */ }Expand description
Builder for QuerySubAccountListParams.
Implementations§
Source§impl QuerySubAccountListParamsBuilder
impl QuerySubAccountListParamsBuilder
Sourcepub fn email<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
pub fn email<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
Managed sub-account email
This field is **optional.
Sourcepub fn is_freeze<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
pub fn is_freeze<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
true or false
This field is **optional.
Sourcepub fn page<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn page<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
Default value: 1
This field is **optional.
Sourcepub fn limit<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn limit<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
Default value: 1, Max value: 200
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<QuerySubAccountListParams, ParamBuildError>
pub fn build(self) -> Result<QuerySubAccountListParams, ParamBuildError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuerySubAccountListParamsBuilder
impl RefUnwindSafe for QuerySubAccountListParamsBuilder
impl Send for QuerySubAccountListParamsBuilder
impl Sync for QuerySubAccountListParamsBuilder
impl Unpin for QuerySubAccountListParamsBuilder
impl UnsafeUnpin for QuerySubAccountListParamsBuilder
impl UnwindSafe for QuerySubAccountListParamsBuilder
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