Struct relay_event_schema::protocol::Stacktrace
source · pub struct Stacktrace(pub RawStacktrace);
Tuple Fields§
§0: RawStacktrace
Trait Implementations§
source§impl Clone for Stacktrace
impl Clone for Stacktrace
source§fn clone(&self) -> Stacktrace
fn clone(&self) -> Stacktrace
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 Stacktrace
impl Debug for Stacktrace
source§impl Default for Stacktrace
impl Default for Stacktrace
source§fn default() -> Stacktrace
fn default() -> Stacktrace
Returns the “default value” for a type. Read more
source§impl Deref for Stacktrace
impl Deref for Stacktrace
source§type Target = RawStacktrace
type Target = RawStacktrace
The resulting type after dereferencing.
source§fn deref(&self) -> &RawStacktrace
fn deref(&self) -> &RawStacktrace
Dereferences the value.
source§impl DerefMut for Stacktrace
impl DerefMut for Stacktrace
source§fn deref_mut(&mut self) -> &mut RawStacktrace
fn deref_mut(&mut self) -> &mut RawStacktrace
Mutably dereferences the value.
source§impl Empty for Stacktrace
impl Empty for Stacktrace
source§impl From<RawStacktrace> for Stacktrace
impl From<RawStacktrace> for Stacktrace
source§fn from(stacktrace: RawStacktrace) -> Stacktrace
fn from(stacktrace: RawStacktrace) -> Stacktrace
Converts to this type from the input type.
source§impl From<Stacktrace> for RawStacktrace
impl From<Stacktrace> for RawStacktrace
source§fn from(stacktrace: Stacktrace) -> RawStacktrace
fn from(stacktrace: Stacktrace) -> RawStacktrace
Converts to this type from the input type.
source§impl FromValue for Stacktrace
impl FromValue for Stacktrace
source§fn from_value(__value: Annotated<Value>) -> Annotated<Self>
fn from_value(__value: Annotated<Value>) -> Annotated<Self>
Creates a meta structure from an annotated boxed value.
source§impl IntoValue for Stacktrace
impl IntoValue for Stacktrace
source§fn into_value(self) -> Value
fn into_value(self) -> Value
Boxes the meta structure back into a value.
source§fn serialize_payload<S>(
&self,
__serializer: S,
__behavior: SkipSerialization,
) -> Result<S::Ok, S::Error>where
Self: Sized,
S: Serializer,
fn serialize_payload<S>(
&self,
__serializer: S,
__behavior: SkipSerialization,
) -> Result<S::Ok, S::Error>where
Self: Sized,
S: Serializer,
Efficiently serializes the payload directly.
source§fn extract_child_meta(&self) -> MetaMapwhere
Self: Sized,
fn extract_child_meta(&self) -> MetaMapwhere
Self: Sized,
Extracts children meta map out of a value.
§fn extract_meta_tree(value: &Annotated<Self>) -> MetaTreewhere
Self: Sized,
fn extract_meta_tree(value: &Annotated<Self>) -> MetaTreewhere
Self: Sized,
Extracts the meta tree out of annotated value. Read more
source§impl PartialEq for Stacktrace
impl PartialEq for Stacktrace
source§impl ProcessValue for Stacktrace
impl ProcessValue for Stacktrace
source§fn value_type(&self) -> EnumSet<ValueType>
fn value_type(&self) -> EnumSet<ValueType>
Returns the type of the value.
source§fn process_value<P>(
&mut self,
__meta: &mut Meta,
__processor: &mut P,
__state: &ProcessingState<'_>,
) -> ProcessingResultwhere
P: Processor,
fn process_value<P>(
&mut self,
__meta: &mut Meta,
__processor: &mut P,
__state: &ProcessingState<'_>,
) -> ProcessingResultwhere
P: Processor,
Executes a processor on this value.
source§fn process_child_values<P>(
&mut self,
__processor: &mut P,
__state: &ProcessingState<'_>,
) -> ProcessingResultwhere
P: Processor,
fn process_child_values<P>(
&mut self,
__processor: &mut P,
__state: &ProcessingState<'_>,
) -> ProcessingResultwhere
P: Processor,
Recurses into children of this value.
impl StructuralPartialEq for Stacktrace
Auto Trait Implementations§
impl Freeze for Stacktrace
impl RefUnwindSafe for Stacktrace
impl Send for Stacktrace
impl Sync for Stacktrace
impl Unpin for Stacktrace
impl UnwindSafe for Stacktrace
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)