Struct actix_tools::sentry::sentry_client::protocol::InstructionInfo [−]
pub struct InstructionInfo {
pub image_addr: Option<Addr>,
pub instruction_addr: Option<Addr>,
pub symbol_addr: Option<Addr>,
}Represents instruction information.
Fields
image_addr: Option<Addr>
If known the location of the image.
instruction_addr: Option<Addr>
If known the location of the instruction.
symbol_addr: Option<Addr>
If known the location of symbol.
Trait Implementations
impl Serialize for InstructionInfo
impl Serialize for InstructionInfofn 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 InstructionInfo
impl Clone for InstructionInfofn clone(&self) -> InstructionInfo
fn clone(&self) -> InstructionInfoReturns 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 InstructionInfo
impl Default for InstructionInfofn default() -> InstructionInfo
fn default() -> InstructionInfoReturns the "default value" for a type. Read more
impl Debug for InstructionInfo
impl Debug for InstructionInfofn 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 InstructionInfo
impl<'de> Deserialize<'de> for InstructionInfofn deserialize<__D>(
__deserializer: __D
) -> Result<InstructionInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<InstructionInfo, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl PartialEq<InstructionInfo> for InstructionInfo
impl PartialEq<InstructionInfo> for InstructionInfofn eq(&self, other: &InstructionInfo) -> bool
fn eq(&self, other: &InstructionInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &InstructionInfo) -> bool
fn ne(&self, other: &InstructionInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for InstructionInfo
impl Send for InstructionInfoimpl Sync for InstructionInfo
impl Sync for InstructionInfo