pub struct ResponseAnalysis {
pub disposition: ResponseDisposition,
pub fingerprint: String,
pub insight: Option<ErrorInsight>,
}Fields§
§disposition: ResponseDisposition§fingerprint: String§insight: Option<ErrorInsight>Trait Implementations§
Source§impl Clone for ResponseAnalysis
impl Clone for ResponseAnalysis
Source§fn clone(&self) -> ResponseAnalysis
fn clone(&self) -> ResponseAnalysis
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 ResponseAnalysis
impl Debug for ResponseAnalysis
Source§impl PartialEq for ResponseAnalysis
impl PartialEq for ResponseAnalysis
impl Eq for ResponseAnalysis
impl StructuralPartialEq for ResponseAnalysis
Auto Trait Implementations§
impl Freeze for ResponseAnalysis
impl RefUnwindSafe for ResponseAnalysis
impl Send for ResponseAnalysis
impl Sync for ResponseAnalysis
impl Unpin for ResponseAnalysis
impl UnsafeUnpin for ResponseAnalysis
impl UnwindSafe for ResponseAnalysis
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