pub struct GetEntriesReturns {
pub entries: Vec<CrashReportContextEntry>,
}Expand description
Returns all entries in the CrashReportContext across all frames in the page.
Fields§
§entries: Vec<CrashReportContextEntry>Trait Implementations§
Source§impl Clone for GetEntriesReturns
impl Clone for GetEntriesReturns
Source§fn clone(&self) -> GetEntriesReturns
fn clone(&self) -> GetEntriesReturns
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 GetEntriesReturns
impl Debug for GetEntriesReturns
Source§impl Default for GetEntriesReturns
impl Default for GetEntriesReturns
Source§fn default() -> GetEntriesReturns
fn default() -> GetEntriesReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetEntriesReturns
impl<'de> Deserialize<'de> for GetEntriesReturns
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetEntriesReturns
impl RefUnwindSafe for GetEntriesReturns
impl Send for GetEntriesReturns
impl Sync for GetEntriesReturns
impl Unpin for GetEntriesReturns
impl UnsafeUnpin for GetEntriesReturns
impl UnwindSafe for GetEntriesReturns
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