Struct chromiumoxide_cdp::cdp::browser_protocol::dom::BackendNodeId
source · pub struct BackendNodeId(_);
Expand description
Unique DOM node identifier used to reference a node that may not have been pushed to the front-end. BackendNodeId
Implementations§
source§impl BackendNodeId
impl BackendNodeId
source§impl BackendNodeId
impl BackendNodeId
pub const IDENTIFIER: &'static str = "DOM.BackendNodeId"
Trait Implementations§
source§impl Clone for BackendNodeId
impl Clone for BackendNodeId
source§fn clone(&self) -> BackendNodeId
fn clone(&self) -> BackendNodeId
Returns a copy 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 BackendNodeId
impl Debug for BackendNodeId
source§impl Default for BackendNodeId
impl Default for BackendNodeId
source§fn default() -> BackendNodeId
fn default() -> BackendNodeId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BackendNodeId
impl<'de> Deserialize<'de> for BackendNodeId
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 Hash for BackendNodeId
impl Hash for BackendNodeId
source§impl PartialEq<BackendNodeId> for BackendNodeId
impl PartialEq<BackendNodeId> for BackendNodeId
source§fn eq(&self, other: &BackendNodeId) -> bool
fn eq(&self, other: &BackendNodeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BackendNodeId
impl Serialize for BackendNodeId
impl Copy for BackendNodeId
impl Eq for BackendNodeId
impl StructuralEq for BackendNodeId
impl StructuralPartialEq for BackendNodeId
Auto Trait Implementations§
impl RefUnwindSafe for BackendNodeId
impl Send for BackendNodeId
impl Sync for BackendNodeId
impl Unpin for BackendNodeId
impl UnwindSafe for BackendNodeId
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