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