pub struct SourceResolutionEvaluatorCandidatesV0 {
pub schema_version: &'static str,
pub input_version: String,
pub results: Vec<SourceResolutionEvaluatorCandidateV0>,
}Fields§
§schema_version: &'static str§input_version: String§results: Vec<SourceResolutionEvaluatorCandidateV0>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceResolutionEvaluatorCandidatesV0
impl RefUnwindSafe for SourceResolutionEvaluatorCandidatesV0
impl Send for SourceResolutionEvaluatorCandidatesV0
impl Sync for SourceResolutionEvaluatorCandidatesV0
impl Unpin for SourceResolutionEvaluatorCandidatesV0
impl UnsafeUnpin for SourceResolutionEvaluatorCandidatesV0
impl UnwindSafe for SourceResolutionEvaluatorCandidatesV0
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