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