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