pub struct HistoryOptions {
pub client: Option<u64>,
pub skip: Option<usize>,
pub limit: Option<usize>,
}Fields§
§client: Option<u64>§skip: Option<usize>Only available when client is set
limit: Option<usize>Only available when client is set
Trait Implementations§
Source§impl Clone for HistoryOptions
impl Clone for HistoryOptions
Source§fn clone(&self) -> HistoryOptions
fn clone(&self) -> HistoryOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for HistoryOptions
impl Default for HistoryOptions
Source§fn default() -> HistoryOptions
fn default() -> HistoryOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HistoryOptions
impl RefUnwindSafe for HistoryOptions
impl Send for HistoryOptions
impl Sync for HistoryOptions
impl Unpin for HistoryOptions
impl UnwindSafe for HistoryOptions
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