pub struct TelemetryProjectionId(/* private fields */);Expand description
Typed telemetry identifier for TelemetryProjectionId. 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 TelemetryProjectionId
impl Clone for TelemetryProjectionId
Source§fn clone(&self) -> TelemetryProjectionId
fn clone(&self) -> TelemetryProjectionId
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 TelemetryProjectionId
impl Debug for TelemetryProjectionId
Source§impl<'de> Deserialize<'de> for TelemetryProjectionId
impl<'de> Deserialize<'de> for TelemetryProjectionId
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 TelemetryProjectionId
impl Display for TelemetryProjectionId
Source§impl Hash for TelemetryProjectionId
impl Hash for TelemetryProjectionId
Source§impl Ord for TelemetryProjectionId
impl Ord for TelemetryProjectionId
Source§fn cmp(&self, other: &TelemetryProjectionId) -> Ordering
fn cmp(&self, other: &TelemetryProjectionId) -> 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 TelemetryProjectionId
impl PartialEq for TelemetryProjectionId
Source§fn eq(&self, other: &TelemetryProjectionId) -> bool
fn eq(&self, other: &TelemetryProjectionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TelemetryProjectionId
impl PartialOrd for TelemetryProjectionId
Source§impl Serialize for TelemetryProjectionId
impl Serialize for TelemetryProjectionId
impl Eq for TelemetryProjectionId
impl StructuralPartialEq for TelemetryProjectionId
Auto Trait Implementations§
impl Freeze for TelemetryProjectionId
impl RefUnwindSafe for TelemetryProjectionId
impl Send for TelemetryProjectionId
impl Sync for TelemetryProjectionId
impl Unpin for TelemetryProjectionId
impl UnsafeUnpin for TelemetryProjectionId
impl UnwindSafe for TelemetryProjectionId
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