pub struct CaptureDiagnostics {
pub save: SaveReport,
pub profile: CaptureProfile,
}Fields§
§save: SaveReport§profile: CaptureProfileTrait Implementations§
Source§impl Clone for CaptureDiagnostics
impl Clone for CaptureDiagnostics
Source§fn clone(&self) -> CaptureDiagnostics
fn clone(&self) -> CaptureDiagnostics
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 moreAuto Trait Implementations§
impl Freeze for CaptureDiagnostics
impl RefUnwindSafe for CaptureDiagnostics
impl Send for CaptureDiagnostics
impl Sync for CaptureDiagnostics
impl Unpin for CaptureDiagnostics
impl UnsafeUnpin for CaptureDiagnostics
impl UnwindSafe for CaptureDiagnostics
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