pub struct ShardWatermarks { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ShardWatermarks
impl Clone for ShardWatermarks
Source§fn clone(&self) -> ShardWatermarks
fn clone(&self) -> ShardWatermarks
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShardWatermarks
impl Debug for ShardWatermarks
Source§impl PartialEq for ShardWatermarks
impl PartialEq for ShardWatermarks
Source§fn eq(&self, other: &ShardWatermarks) -> bool
fn eq(&self, other: &ShardWatermarks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ShardWatermarks
impl StructuralPartialEq for ShardWatermarks
Auto Trait Implementations§
impl Freeze for ShardWatermarks
impl RefUnwindSafe for ShardWatermarks
impl Send for ShardWatermarks
impl Sync for ShardWatermarks
impl Unpin for ShardWatermarks
impl UnsafeUnpin for ShardWatermarks
impl UnwindSafe for ShardWatermarks
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