pub struct ProducerId(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for ProducerId
impl Clone for ProducerId
Source§fn clone(&self) -> ProducerId
fn clone(&self) -> ProducerId
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 ProducerId
impl Debug for ProducerId
Source§impl Display for ProducerId
impl Display for ProducerId
Source§impl Hash for ProducerId
impl Hash for ProducerId
Source§impl Ord for ProducerId
impl Ord for ProducerId
Source§fn cmp(&self, other: &ProducerId) -> Ordering
fn cmp(&self, other: &ProducerId) -> 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 ProducerId
impl PartialEq for ProducerId
Source§impl PartialOrd for ProducerId
impl PartialOrd for ProducerId
impl Copy for ProducerId
impl Eq for ProducerId
impl StructuralPartialEq for ProducerId
Auto Trait Implementations§
impl Freeze for ProducerId
impl RefUnwindSafe for ProducerId
impl Send for ProducerId
impl Sync for ProducerId
impl Unpin for ProducerId
impl UnsafeUnpin for ProducerId
impl UnwindSafe for ProducerId
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