pub struct PaperResult {
pub paper: Paper,
pub code_links: Vec<CodeLink>,
pub repositories: Vec<Repository>,
pub repository_matches: Vec<RepositoryMatch>,
pub repository_analyses: Vec<RepositoryAnalysis>,
pub pwc_outcome: ProviderOutcome,
pub repository_search_outcome: ProviderOutcome,
pub repository_inspection_outcomes: Vec<ProviderOutcome>,
pub gap_assessment: GapAssessment,
}Fields§
§paper: Paper§code_links: Vec<CodeLink>§repositories: Vec<Repository>§repository_matches: Vec<RepositoryMatch>§repository_analyses: Vec<RepositoryAnalysis>§pwc_outcome: ProviderOutcome§repository_search_outcome: ProviderOutcome§repository_inspection_outcomes: Vec<ProviderOutcome>§gap_assessment: GapAssessmentTrait Implementations§
Source§impl Debug for PaperResult
impl Debug for PaperResult
Source§impl<'de> Deserialize<'de> for PaperResult
impl<'de> Deserialize<'de> for PaperResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PaperResult
impl RefUnwindSafe for PaperResult
impl Send for PaperResult
impl Sync for PaperResult
impl Unpin for PaperResult
impl UnsafeUnpin for PaperResult
impl UnwindSafe for PaperResult
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