pub struct DataProducerId(/* private fields */);
Expand description
DataProducer
identifier.
Trait Implementations§
Source§impl Clone for DataProducerId
impl Clone for DataProducerId
Source§fn clone(&self) -> DataProducerId
fn clone(&self) -> DataProducerId
Returns a copy 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 DataProducerId
impl Debug for DataProducerId
Source§impl<'de> Deserialize<'de> for DataProducerId
impl<'de> Deserialize<'de> for DataProducerId
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 DataProducerId
impl Display for DataProducerId
Source§impl From<DataProducerId> for Uuid
impl From<DataProducerId> for Uuid
Source§fn from(id: DataProducerId) -> Self
fn from(id: DataProducerId) -> Self
Converts to this type from the input type.
Source§impl FromStr for DataProducerId
impl FromStr for DataProducerId
Source§impl Hash for DataProducerId
impl Hash for DataProducerId
Source§impl Ord for DataProducerId
impl Ord for DataProducerId
Source§fn cmp(&self, other: &DataProducerId) -> Ordering
fn cmp(&self, other: &DataProducerId) -> 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 DataProducerId
impl PartialEq for DataProducerId
Source§impl PartialOrd for DataProducerId
impl PartialOrd for DataProducerId
Source§impl Serialize for DataProducerId
impl Serialize for DataProducerId
impl Copy for DataProducerId
impl Eq for DataProducerId
impl StructuralPartialEq for DataProducerId
Auto Trait Implementations§
impl Freeze for DataProducerId
impl RefUnwindSafe for DataProducerId
impl Send for DataProducerId
impl Sync for DataProducerId
impl Unpin for DataProducerId
impl UnwindSafe for DataProducerId
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