pub struct CdcConsumerId(/* private fields */);Implementations§
Source§impl CdcConsumerId
impl CdcConsumerId
Trait Implementations§
Source§impl AsRef<str> for CdcConsumerId
impl AsRef<str> for CdcConsumerId
Source§impl Clone for CdcConsumerId
impl Clone for CdcConsumerId
Source§fn clone(&self) -> CdcConsumerId
fn clone(&self) -> CdcConsumerId
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 moreSource§impl Debug for CdcConsumerId
impl Debug for CdcConsumerId
Source§impl Hash for CdcConsumerId
impl Hash for CdcConsumerId
Source§impl Ord for CdcConsumerId
impl Ord for CdcConsumerId
Source§fn cmp(&self, other: &CdcConsumerId) -> Ordering
fn cmp(&self, other: &CdcConsumerId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CdcConsumerId
impl PartialEq for CdcConsumerId
Source§impl PartialOrd for CdcConsumerId
impl PartialOrd for CdcConsumerId
Source§impl ToConsumerKey for CdcConsumerId
impl ToConsumerKey for CdcConsumerId
fn to_consumer_key(&self) -> EncodedKey
impl Eq for CdcConsumerId
impl StructuralPartialEq for CdcConsumerId
Auto Trait Implementations§
impl Freeze for CdcConsumerId
impl RefUnwindSafe for CdcConsumerId
impl Send for CdcConsumerId
impl Sync for CdcConsumerId
impl Unpin for CdcConsumerId
impl UnwindSafe for CdcConsumerId
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.