pub struct GetData {
pub page: usize,
pub time: Option<Duration>,
pub number: Option<u64>,
}Expand description
Get data from this point.
Fields§
§page: usizePage number to get data from.
time: Option<Duration>Time to get data from.
number: Option<u64>Number to get data from.
Trait Implementations§
Source§impl Ord for GetData
impl Ord for GetData
Source§impl PartialOrd for GetData
impl PartialOrd for GetData
impl Eq for GetData
impl StructuralPartialEq for GetData
Auto Trait Implementations§
impl Freeze for GetData
impl RefUnwindSafe for GetData
impl Send for GetData
impl Sync for GetData
impl Unpin for GetData
impl UnwindSafe for GetData
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