pub struct CallerContent {
pub frame: TraceFrame,
}Expand description
Payload for the caller frame.
Fields§
§frame: TraceFrameTrait Implementations§
Source§impl Clone for CallerContent
impl Clone for CallerContent
Source§fn clone(&self) -> CallerContent
fn clone(&self) -> CallerContent
Returns a duplicate 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 CallerContent
impl Debug for CallerContent
Auto Trait Implementations§
impl Freeze for CallerContent
impl RefUnwindSafe for CallerContent
impl Send for CallerContent
impl Sync for CallerContent
impl Unpin for CallerContent
impl UnwindSafe for CallerContent
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