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