pub struct TelemetryConfigResponse { /* private fields */ }
Expand description
A safe-for-display representation of the current telemetry export configuration for a given project
Trait Implementations§
Source§impl Clone for TelemetryConfigResponse
impl Clone for TelemetryConfigResponse
Source§fn clone(&self) -> TelemetryConfigResponse
fn clone(&self) -> TelemetryConfigResponse
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 TelemetryConfigResponse
impl Debug for TelemetryConfigResponse
Source§impl Default for TelemetryConfigResponse
impl Default for TelemetryConfigResponse
Source§fn default() -> TelemetryConfigResponse
fn default() -> TelemetryConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TelemetryConfigResponse
impl<'de> Deserialize<'de> for TelemetryConfigResponse
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 From<Vec<TelemetrySinkConfig>> for TelemetryConfigResponse
impl From<Vec<TelemetrySinkConfig>> for TelemetryConfigResponse
Source§fn from(value: Vec<TelemetrySinkConfig>) -> Self
fn from(value: Vec<TelemetrySinkConfig>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TelemetryConfigResponse
impl PartialEq for TelemetryConfigResponse
Source§impl Serialize for TelemetryConfigResponse
impl Serialize for TelemetryConfigResponse
impl Eq for TelemetryConfigResponse
impl StructuralPartialEq for TelemetryConfigResponse
Auto Trait Implementations§
impl Freeze for TelemetryConfigResponse
impl RefUnwindSafe for TelemetryConfigResponse
impl Send for TelemetryConfigResponse
impl Sync for TelemetryConfigResponse
impl Unpin for TelemetryConfigResponse
impl UnwindSafe for TelemetryConfigResponse
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