pub struct TelemetryCostRecordId(/* private fields */);Expand description
Typed telemetry identifier for TelemetryCostRecordId. Use it for telemetry projection, export, usage, or cost records; constructing it is data-only and performs no side effects.
Implementations§
Trait Implementations§
Source§impl Clone for TelemetryCostRecordId
impl Clone for TelemetryCostRecordId
Source§fn clone(&self) -> TelemetryCostRecordId
fn clone(&self) -> TelemetryCostRecordId
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 moreSource§impl Debug for TelemetryCostRecordId
impl Debug for TelemetryCostRecordId
Source§impl<'de> Deserialize<'de> for TelemetryCostRecordId
impl<'de> Deserialize<'de> for TelemetryCostRecordId
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 TelemetryCostRecordId
impl Display for TelemetryCostRecordId
Source§impl Hash for TelemetryCostRecordId
impl Hash for TelemetryCostRecordId
Source§impl Ord for TelemetryCostRecordId
impl Ord for TelemetryCostRecordId
Source§fn cmp(&self, other: &TelemetryCostRecordId) -> Ordering
fn cmp(&self, other: &TelemetryCostRecordId) -> 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
Source§impl PartialEq for TelemetryCostRecordId
impl PartialEq for TelemetryCostRecordId
Source§fn eq(&self, other: &TelemetryCostRecordId) -> bool
fn eq(&self, other: &TelemetryCostRecordId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TelemetryCostRecordId
impl PartialOrd for TelemetryCostRecordId
Source§impl Serialize for TelemetryCostRecordId
impl Serialize for TelemetryCostRecordId
impl Eq for TelemetryCostRecordId
impl StructuralPartialEq for TelemetryCostRecordId
Auto Trait Implementations§
impl Freeze for TelemetryCostRecordId
impl RefUnwindSafe for TelemetryCostRecordId
impl Send for TelemetryCostRecordId
impl Sync for TelemetryCostRecordId
impl Unpin for TelemetryCostRecordId
impl UnsafeUnpin for TelemetryCostRecordId
impl UnwindSafe for TelemetryCostRecordId
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