pub struct CaptureReportRow {
pub profile: String,
pub metadata_class: String,
pub reason: String,
pub encoded_detail: String,
}Fields§
§profile: String§metadata_class: String§reason: String§encoded_detail: StringTrait Implementations§
Source§impl Clone for CaptureReportRow
impl Clone for CaptureReportRow
Source§fn clone(&self) -> CaptureReportRow
fn clone(&self) -> CaptureReportRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CaptureReportRow
impl Debug for CaptureReportRow
impl Eq for CaptureReportRow
Source§impl PartialEq for CaptureReportRow
impl PartialEq for CaptureReportRow
impl StructuralPartialEq for CaptureReportRow
Auto Trait Implementations§
impl Freeze for CaptureReportRow
impl RefUnwindSafe for CaptureReportRow
impl Send for CaptureReportRow
impl Sync for CaptureReportRow
impl Unpin for CaptureReportRow
impl UnsafeUnpin for CaptureReportRow
impl UnwindSafe for CaptureReportRow
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