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