pub struct UniqueReaderId(/* private fields */);Expand description
The system-wide unique id of a Reader.
Implementations§
Trait Implementations§
Source§impl Clone for UniqueReaderId
impl Clone for UniqueReaderId
Source§fn clone(&self) -> UniqueReaderId
fn clone(&self) -> UniqueReaderId
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 moreimpl Copy for UniqueReaderId
Source§impl Debug for UniqueReaderId
impl Debug for UniqueReaderId
Source§impl<'de> Deserialize<'de> for UniqueReaderId
impl<'de> Deserialize<'de> for UniqueReaderId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for UniqueReaderId
impl Display for UniqueReaderId
impl Eq for UniqueReaderId
Source§impl Hash for UniqueReaderId
impl Hash for UniqueReaderId
Source§impl Ord for UniqueReaderId
impl Ord for UniqueReaderId
Source§fn cmp(&self, other: &UniqueReaderId) -> Ordering
fn cmp(&self, other: &UniqueReaderId) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for UniqueReaderId
impl PartialEq for UniqueReaderId
Source§impl PartialOrd for UniqueReaderId
impl PartialOrd for UniqueReaderId
Source§impl Serialize for UniqueReaderId
impl Serialize for UniqueReaderId
impl StructuralPartialEq for UniqueReaderId
Source§impl ZeroCopySend for UniqueReaderId
impl ZeroCopySend for UniqueReaderId
Auto Trait Implementations§
impl Freeze for UniqueReaderId
impl RefUnwindSafe for UniqueReaderId
impl Send for UniqueReaderId
impl Sync for UniqueReaderId
impl Unpin for UniqueReaderId
impl UnsafeUnpin for UniqueReaderId
impl UnwindSafe for UniqueReaderId
Blanket Implementations§
impl<T> BagType for T
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