pub struct Telemetry<S, P>{ /* private fields */ }Expand description
Telemetry
Implementations§
Trait Implementations§
Source§impl<'de, S, P> Deserialize<'de> for Telemetry<S, P>where
S: Into<String> + Clone + Send + Deserialize<'de>,
P: Into<Bytes> + Clone + Send + Deserialize<'de>,
impl<'de, S, P> Deserialize<'de> for Telemetry<S, P>where
S: Into<String> + Clone + Send + Deserialize<'de>,
P: Into<Bytes> + Clone + Send + Deserialize<'de>,
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<S, P> Publishable for Telemetry<S, P>
impl<S, P> Publishable for Telemetry<S, P>
impl<S, P> Eq for Telemetry<S, P>
impl<S, P> StructuralPartialEq for Telemetry<S, P>
Auto Trait Implementations§
impl<S, P> Freeze for Telemetry<S, P>
impl<S, P> RefUnwindSafe for Telemetry<S, P>where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, P> Send for Telemetry<S, P>
impl<S, P> Sync for Telemetry<S, P>
impl<S, P> Unpin for Telemetry<S, P>
impl<S, P> UnwindSafe for Telemetry<S, P>where
P: UnwindSafe,
S: UnwindSafe,
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