pub struct SourceResolutionEvaluatorCandidateV0 {
pub kind: &'static str,
pub file_path: String,
pub query_id: String,
pub payload: SourceResolutionEvaluatorCandidatePayloadV0,
}Fields§
§kind: &'static str§file_path: String§query_id: String§payload: SourceResolutionEvaluatorCandidatePayloadV0Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourceResolutionEvaluatorCandidateV0
impl RefUnwindSafe for SourceResolutionEvaluatorCandidateV0
impl Send for SourceResolutionEvaluatorCandidateV0
impl Sync for SourceResolutionEvaluatorCandidateV0
impl Unpin for SourceResolutionEvaluatorCandidateV0
impl UnsafeUnpin for SourceResolutionEvaluatorCandidateV0
impl UnwindSafe for SourceResolutionEvaluatorCandidateV0
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