pub struct SurveyResult {
pub uncovered: Vec<UncoveredBehavior>,
}Expand description
Results from ought analyze survey.
Fields§
§uncovered: Vec<UncoveredBehavior>Trait Implementations§
Source§impl Clone for SurveyResult
impl Clone for SurveyResult
Source§fn clone(&self) -> SurveyResult
fn clone(&self) -> SurveyResult
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 moreAuto Trait Implementations§
impl Freeze for SurveyResult
impl RefUnwindSafe for SurveyResult
impl Send for SurveyResult
impl Sync for SurveyResult
impl Unpin for SurveyResult
impl UnsafeUnpin for SurveyResult
impl UnwindSafe for SurveyResult
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