pub struct ApiTo(/* private fields */);
Expand description
Timestamp that sets the upper limit for the data returned. Data returned will be up to and including this time
Implementations§
Trait Implementations§
impl Copy for ApiTo
impl Eq for ApiTo
impl StructuralPartialEq for ApiTo
Auto Trait Implementations§
impl Freeze for ApiTo
impl RefUnwindSafe for ApiTo
impl Send for ApiTo
impl Sync for ApiTo
impl Unpin for ApiTo
impl UnwindSafe for ApiTo
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