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