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