Struct actix_tools::sentry::sentry_client::protocol::BrowserContext [−]
Holds information about the web browser.
Fields
name: Option<String>
The name of the browser (for instance "Chrome").
version: Option<String>
The version of the browser.
Trait Implementations
impl Serialize for BrowserContext
impl Serialize for BrowserContextfn 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
impl Clone for BrowserContext
impl Clone for BrowserContextfn clone(&self) -> BrowserContext
fn clone(&self) -> BrowserContextReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for BrowserContext
impl Default for BrowserContextfn default() -> BrowserContext
fn default() -> BrowserContextReturns the "default value" for a type. Read more
impl Debug for BrowserContext
impl Debug for BrowserContextfn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for BrowserContext
impl<'de> Deserialize<'de> for BrowserContextfn deserialize<__D>(
__deserializer: __D
) -> Result<BrowserContext, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<BrowserContext, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<BrowserContext> for BrowserContext
impl PartialEq<BrowserContext> for BrowserContextfn eq(&self, other: &BrowserContext) -> bool
fn eq(&self, other: &BrowserContext) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &BrowserContext) -> bool
fn ne(&self, other: &BrowserContext) -> boolThis method tests for !=.
impl From<BrowserContext> for ContextData
impl From<BrowserContext> for ContextDatafn from(data: BrowserContext) -> ContextData
fn from(data: BrowserContext) -> ContextDataPerforms the conversion.
impl From<BrowserContext> for Context
impl From<BrowserContext> for Contextfn from(data: BrowserContext) -> Context
fn from(data: BrowserContext) -> ContextPerforms the conversion.
Auto Trait Implementations
impl Send for BrowserContext
impl Send for BrowserContextimpl Sync for BrowserContext
impl Sync for BrowserContext