pub struct SelectorCandidate {
pub path: String,
pub id: String,
}Expand description
One stable qualification offered when a semantic alias is ambiguous.
Fields§
§path: String§id: StringTrait Implementations§
Source§impl Clone for SelectorCandidate
impl Clone for SelectorCandidate
Source§fn clone(&self) -> SelectorCandidate
fn clone(&self) -> SelectorCandidate
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 moreSource§impl Debug for SelectorCandidate
impl Debug for SelectorCandidate
impl Eq for SelectorCandidate
Source§impl PartialEq for SelectorCandidate
impl PartialEq for SelectorCandidate
impl StructuralPartialEq for SelectorCandidate
Auto Trait Implementations§
impl Freeze for SelectorCandidate
impl RefUnwindSafe for SelectorCandidate
impl Send for SelectorCandidate
impl Sync for SelectorCandidate
impl Unpin for SelectorCandidate
impl UnsafeUnpin for SelectorCandidate
impl UnwindSafe for SelectorCandidate
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