pub struct WatermarkClock { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for WatermarkClock
 
impl Clone for WatermarkClock
Source§fn clone(&self) -> WatermarkClock
 
fn clone(&self) -> WatermarkClock
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for WatermarkClock
impl RefUnwindSafe for WatermarkClock
impl Send for WatermarkClock
impl Sync for WatermarkClock
impl Unpin for WatermarkClock
impl UnwindSafe for WatermarkClock
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