pub struct ToTimestamp(/* private fields */);
Expand description
Timestamp until when rows are returned
Implementations§
Source§impl ToTimestamp
impl ToTimestamp
pub fn into_inner(self) -> i32
Trait Implementations§
Source§impl Clone for ToTimestamp
impl Clone for ToTimestamp
Source§fn clone(&self) -> ToTimestamp
fn clone(&self) -> ToTimestamp
Returns a copy 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 Debug for ToTimestamp
impl Debug for ToTimestamp
Source§impl Display for ToTimestamp
impl Display for ToTimestamp
Source§impl From<ToTimestamp> for i32
impl From<ToTimestamp> for i32
Source§fn from(value: ToTimestamp) -> Self
fn from(value: ToTimestamp) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ToTimestamp
impl PartialEq for ToTimestamp
impl Copy for ToTimestamp
impl Eq for ToTimestamp
impl StructuralPartialEq for ToTimestamp
Auto Trait Implementations§
impl Freeze for ToTimestamp
impl RefUnwindSafe for ToTimestamp
impl Send for ToTimestamp
impl Sync for ToTimestamp
impl Unpin for ToTimestamp
impl UnwindSafe for ToTimestamp
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