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