Struct actix_tools::sentry::sentry_client::protocol::ClientSdkInfo [−]
Represents a repository reference.
Fields
name: String
The name of the SDK.
version: String
The version of the SDK.
integrations: Vec<String>
An optional list of integrations that are enabled in this SDK.
Trait Implementations
impl Serialize for ClientSdkInfo
impl Serialize for ClientSdkInfofn 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 ClientSdkInfo
impl Clone for ClientSdkInfofn clone(&self) -> ClientSdkInfo
fn clone(&self) -> ClientSdkInfoReturns 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 Debug for ClientSdkInfo
impl Debug for ClientSdkInfofn 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 ClientSdkInfo
impl<'de> Deserialize<'de> for ClientSdkInfofn deserialize<__D>(
__deserializer: __D
) -> Result<ClientSdkInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ClientSdkInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<ClientSdkInfo> for ClientSdkInfo
impl PartialEq<ClientSdkInfo> for ClientSdkInfofn eq(&self, other: &ClientSdkInfo) -> bool
fn eq(&self, other: &ClientSdkInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ClientSdkInfo) -> bool
fn ne(&self, other: &ClientSdkInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ClientSdkInfo
impl Send for ClientSdkInfoimpl Sync for ClientSdkInfo
impl Sync for ClientSdkInfo