Struct LmidAdvance
pub struct LmidAdvance {
pub client_id: String,
pub lmid: u64,
}Expand description
The client watermark after a write/rejection: lmid is the stored high-water mark.
Fields§
§client_id: String§lmid: u64Trait Implementations§
§impl Clone for LmidAdvance
impl Clone for LmidAdvance
§fn clone(&self) -> LmidAdvance
fn clone(&self) -> LmidAdvance
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 more§impl Debug for LmidAdvance
impl Debug for LmidAdvance
§impl PartialEq for LmidAdvance
impl PartialEq for LmidAdvance
impl Eq for LmidAdvance
impl StructuralPartialEq for LmidAdvance
Auto Trait Implementations§
impl Freeze for LmidAdvance
impl RefUnwindSafe for LmidAdvance
impl Send for LmidAdvance
impl Sync for LmidAdvance
impl Unpin for LmidAdvance
impl UnsafeUnpin for LmidAdvance
impl UnwindSafe for LmidAdvance
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.