Struct sentry_core::protocol::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<ProfileContext, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>( __deserializer: __D ) -> Result<ProfileContext, <__D as Deserializer<'de>>::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) -> Context
 
fn from(data: ProfileContext) -> Context
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 ==.source§impl Serialize for ProfileContext
 
impl Serialize for ProfileContext
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more