pub struct GetLocationForSelectorResult {
pub ranges: Vec<SourceRange>,
}Fields§
§ranges: Vec<SourceRange>Trait Implementations§
Source§impl Clone for GetLocationForSelectorResult
impl Clone for GetLocationForSelectorResult
Source§fn clone(&self) -> GetLocationForSelectorResult
fn clone(&self) -> GetLocationForSelectorResult
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 GetLocationForSelectorResult
impl Debug for GetLocationForSelectorResult
Source§impl<'de> Deserialize<'de> for GetLocationForSelectorResult
impl<'de> Deserialize<'de> for GetLocationForSelectorResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetLocationForSelectorResult
impl PartialEq for GetLocationForSelectorResult
Source§fn eq(&self, other: &GetLocationForSelectorResult) -> bool
fn eq(&self, other: &GetLocationForSelectorResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Value> for GetLocationForSelectorResult
impl TryFrom<Value> for GetLocationForSelectorResult
impl StructuralPartialEq for GetLocationForSelectorResult
Auto Trait Implementations§
impl Freeze for GetLocationForSelectorResult
impl RefUnwindSafe for GetLocationForSelectorResult
impl Send for GetLocationForSelectorResult
impl Sync for GetLocationForSelectorResult
impl Unpin for GetLocationForSelectorResult
impl UnsafeUnpin for GetLocationForSelectorResult
impl UnwindSafe for GetLocationForSelectorResult
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