Struct sentry_types::protocol::v7::ProfileContext
source · pub struct ProfileContext {
pub profile_id: Uuid,
}Expand description
Profile context.
Fields§
§profile_id: UuidThe profile ID.
Trait Implementations§
source§impl Clone for ProfileContext
impl Clone for ProfileContext
source§fn clone(&self) -> ProfileContext
fn clone(&self) -> ProfileContext
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 ProfileContext
impl Debug for ProfileContext
source§impl Default for ProfileContext
impl Default for ProfileContext
source§fn default() -> ProfileContext
fn default() -> ProfileContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProfileContext
impl<'de> Deserialize<'de> for ProfileContext
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<ProfileContext> for Context
impl From<ProfileContext> for Context
source§fn from(data: ProfileContext) -> Self
fn from(data: ProfileContext) -> Self
Converts to this type from the input type.
source§impl PartialEq<ProfileContext> for ProfileContext
impl PartialEq<ProfileContext> for ProfileContext
source§fn eq(&self, other: &ProfileContext) -> bool
fn eq(&self, other: &ProfileContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.