Struct essential_storage::streams::GetData
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)