pub struct CaptureRichSuccess {
pub content: CapturedContent,
pub method: CaptureMethod,
pub trace: Option<CaptureTrace>,
}Fields§
§content: CapturedContent§method: CaptureMethod§trace: Option<CaptureTrace>Trait Implementations§
Source§impl Clone for CaptureRichSuccess
impl Clone for CaptureRichSuccess
Source§fn clone(&self) -> CaptureRichSuccess
fn clone(&self) -> CaptureRichSuccess
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 CaptureRichSuccess
impl Debug for CaptureRichSuccess
Source§impl PartialEq for CaptureRichSuccess
impl PartialEq for CaptureRichSuccess
impl Eq for CaptureRichSuccess
impl StructuralPartialEq for CaptureRichSuccess
Auto Trait Implementations§
impl Freeze for CaptureRichSuccess
impl RefUnwindSafe for CaptureRichSuccess
impl Send for CaptureRichSuccess
impl Sync for CaptureRichSuccess
impl Unpin for CaptureRichSuccess
impl UnsafeUnpin for CaptureRichSuccess
impl UnwindSafe for CaptureRichSuccess
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