pub struct HashrateResaleListParamsBuilder { /* private fields */ }Expand description
Builder for HashrateResaleListParams.
Implementations§
Source§impl HashrateResaleListParamsBuilder
impl HashrateResaleListParamsBuilder
Sourcepub fn page_index<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn page_index<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
Page number, empty default first page, starting from 1
This field is **optional.
Sourcepub fn page_size<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
pub fn page_size<VALUE: Into<Option<i64>>>(self, value: VALUE) -> Self
Min 10,Max 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<HashrateResaleListParams, ParamBuildError>
pub fn build(self) -> Result<HashrateResaleListParams, ParamBuildError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashrateResaleListParamsBuilder
impl RefUnwindSafe for HashrateResaleListParamsBuilder
impl Send for HashrateResaleListParamsBuilder
impl Sync for HashrateResaleListParamsBuilder
impl Unpin for HashrateResaleListParamsBuilder
impl UnsafeUnpin for HashrateResaleListParamsBuilder
impl UnwindSafe for HashrateResaleListParamsBuilder
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