pub struct SelectorUsageReferenceSiteV0 {
pub file_path: String,
pub range: RangeV2,
pub expansion: String,
pub reference_kind: String,
}Fields§
§file_path: String§range: RangeV2§expansion: String§reference_kind: StringTrait Implementations§
Source§impl Clone for SelectorUsageReferenceSiteV0
impl Clone for SelectorUsageReferenceSiteV0
Source§fn clone(&self) -> SelectorUsageReferenceSiteV0
fn clone(&self) -> SelectorUsageReferenceSiteV0
Returns a duplicate of the value. Read more
1.0.0 · 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 SelectorUsageReferenceSiteV0
impl Debug for SelectorUsageReferenceSiteV0
Source§impl Ord for SelectorUsageReferenceSiteV0
impl Ord for SelectorUsageReferenceSiteV0
Source§fn cmp(&self, other: &SelectorUsageReferenceSiteV0) -> Ordering
fn cmp(&self, other: &SelectorUsageReferenceSiteV0) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SelectorUsageReferenceSiteV0
impl PartialEq for SelectorUsageReferenceSiteV0
Source§fn eq(&self, other: &SelectorUsageReferenceSiteV0) -> bool
fn eq(&self, other: &SelectorUsageReferenceSiteV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SelectorUsageReferenceSiteV0
impl PartialOrd for SelectorUsageReferenceSiteV0
impl Eq for SelectorUsageReferenceSiteV0
impl StructuralPartialEq for SelectorUsageReferenceSiteV0
Auto Trait Implementations§
impl Freeze for SelectorUsageReferenceSiteV0
impl RefUnwindSafe for SelectorUsageReferenceSiteV0
impl Send for SelectorUsageReferenceSiteV0
impl Sync for SelectorUsageReferenceSiteV0
impl Unpin for SelectorUsageReferenceSiteV0
impl UnsafeUnpin for SelectorUsageReferenceSiteV0
impl UnwindSafe for SelectorUsageReferenceSiteV0
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