pub struct GetLocationForSelector {
pub style_sheet_id: StyleSheetId,
pub selector_text: String,
}Fields§
§style_sheet_id: StyleSheetId§selector_text: StringTrait Implementations§
Source§impl Clone for GetLocationForSelector
impl Clone for GetLocationForSelector
Source§fn clone(&self) -> GetLocationForSelector
fn clone(&self) -> GetLocationForSelector
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 GetLocationForSelector
impl Debug for GetLocationForSelector
Source§impl<'de> Deserialize<'de> for GetLocationForSelector
impl<'de> Deserialize<'de> for GetLocationForSelector
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 Method for GetLocationForSelector
impl Method for GetLocationForSelector
const NAME: &'static str = "CSS.getLocationForSelector"
type ReturnObject = GetLocationForSelectorReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetLocationForSelector
impl PartialEq for GetLocationForSelector
Source§impl Serialize for GetLocationForSelector
impl Serialize for GetLocationForSelector
impl StructuralPartialEq for GetLocationForSelector
Auto Trait Implementations§
impl Freeze for GetLocationForSelector
impl RefUnwindSafe for GetLocationForSelector
impl Send for GetLocationForSelector
impl Sync for GetLocationForSelector
impl Unpin for GetLocationForSelector
impl UnwindSafe for GetLocationForSelector
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