pub struct SelectorUsageEvaluatorCandidateV0 {
pub kind: &'static str,
pub file_path: String,
pub query_id: String,
pub payload: SelectorUsageEvaluatorCandidatePayloadV0,
}Fields§
§kind: &'static str§file_path: String§query_id: String§payload: SelectorUsageEvaluatorCandidatePayloadV0Trait Implementations§
Source§impl Clone for SelectorUsageEvaluatorCandidateV0
impl Clone for SelectorUsageEvaluatorCandidateV0
Source§fn clone(&self) -> SelectorUsageEvaluatorCandidateV0
fn clone(&self) -> SelectorUsageEvaluatorCandidateV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SelectorUsageEvaluatorCandidateV0
impl RefUnwindSafe for SelectorUsageEvaluatorCandidateV0
impl Send for SelectorUsageEvaluatorCandidateV0
impl Sync for SelectorUsageEvaluatorCandidateV0
impl Unpin for SelectorUsageEvaluatorCandidateV0
impl UnsafeUnpin for SelectorUsageEvaluatorCandidateV0
impl UnwindSafe for SelectorUsageEvaluatorCandidateV0
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