pub struct GetContentQuads {
pub node_id: Option<NodeId>,
pub backend_node_id: Option<BackendNodeId>,
pub object_id: Option<RemoteObjectId>,
}
Fields§
§node_id: Option<NodeId>
§backend_node_id: Option<BackendNodeId>
§object_id: Option<RemoteObjectId>
Trait Implementations§
Source§impl Clone for GetContentQuads
impl Clone for GetContentQuads
Source§fn clone(&self) -> GetContentQuads
fn clone(&self) -> GetContentQuads
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 GetContentQuads
impl Debug for GetContentQuads
Source§impl<'de> Deserialize<'de> for GetContentQuads
impl<'de> Deserialize<'de> for GetContentQuads
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 GetContentQuads
impl Method for GetContentQuads
const NAME: &'static str = "DOM.getContentQuads"
type ReturnObject = GetContentQuadsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetContentQuads
impl PartialEq for GetContentQuads
Source§impl Serialize for GetContentQuads
impl Serialize for GetContentQuads
impl StructuralPartialEq for GetContentQuads
Auto Trait Implementations§
impl Freeze for GetContentQuads
impl RefUnwindSafe for GetContentQuads
impl Send for GetContentQuads
impl Sync for GetContentQuads
impl Unpin for GetContentQuads
impl UnwindSafe for GetContentQuads
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