pub struct InstantQueryClock { /* private fields */ }Implementations§
Source§impl InstantQueryClock
impl InstantQueryClock
pub fn new(transaction_time: u64, realtime: u64) -> InstantQueryClock
pub fn from_source_change(change: &SourceChange) -> InstantQueryClock
Trait Implementations§
Source§impl Debug for InstantQueryClock
impl Debug for InstantQueryClock
Source§impl QueryClock for InstantQueryClock
impl QueryClock for InstantQueryClock
fn get_transaction_time(&self) -> u64
fn get_realtime(&self) -> u64
Auto Trait Implementations§
impl Freeze for InstantQueryClock
impl RefUnwindSafe for InstantQueryClock
impl Send for InstantQueryClock
impl Sync for InstantQueryClock
impl Unpin for InstantQueryClock
impl UnwindSafe for InstantQueryClock
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