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