pub struct DOMQuerySelectorAll {
pub node_id: i32,
pub selector: String,
}Fields§
§node_id: i32§selector: StringTrait Implementations§
Source§impl Clone for DOMQuerySelectorAll
impl Clone for DOMQuerySelectorAll
Source§fn clone(&self) -> DOMQuerySelectorAll
fn clone(&self) -> DOMQuerySelectorAll
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 DOMQuerySelectorAll
impl Debug for DOMQuerySelectorAll
Auto Trait Implementations§
impl Freeze for DOMQuerySelectorAll
impl RefUnwindSafe for DOMQuerySelectorAll
impl Send for DOMQuerySelectorAll
impl Sync for DOMQuerySelectorAll
impl Unpin for DOMQuerySelectorAll
impl UnwindSafe for DOMQuerySelectorAll
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