pub struct Frames {
pub frames: Vec<Vec<Symbol>>,
pub thread_name: String,
pub thread_id: u64,
}
Fields§
§frames: Vec<Vec<Symbol>>
§thread_name: String
§thread_id: u64
Trait Implementations§
Source§impl From<UnresolvedFrames> for Frames
impl From<UnresolvedFrames> for Frames
Source§fn from(frames: UnresolvedFrames) -> Self
fn from(frames: UnresolvedFrames) -> Self
Converts to this type from the input type.
impl Eq for Frames
Auto Trait Implementations§
impl Freeze for Frames
impl RefUnwindSafe for Frames
impl Send for Frames
impl !Sync for Frames
impl Unpin for Frames
impl UnwindSafe for Frames
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