pub struct PutMetrics {
pub encoded: String,
pub session_id: Uuid,
}
Expand description
Request to store the given metrics data
Fields§
§encoded: String
§session_id: Uuid
Trait Implementations§
Source§impl Channels<N0desService> for PutMetrics
impl Channels<N0desService> for PutMetrics
Source§impl Debug for PutMetrics
impl Debug for PutMetrics
Source§impl<'de> Deserialize<'de> for PutMetrics
impl<'de> Deserialize<'de> for PutMetrics
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<PutMetrics> for N0desProtocol
impl From<PutMetrics> for N0desProtocol
Source§fn from(value: PutMetrics) -> Self
fn from(value: PutMetrics) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PutMetrics
impl RefUnwindSafe for PutMetrics
impl Send for PutMetrics
impl Sync for PutMetrics
impl Unpin for PutMetrics
impl UnwindSafe for PutMetrics
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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