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