pub struct GetAnchorElementReturnObject {
pub node_id: NodeId,
}Fields§
§node_id: NodeIdTrait Implementations§
Source§impl Clone for GetAnchorElementReturnObject
impl Clone for GetAnchorElementReturnObject
Source§fn clone(&self) -> GetAnchorElementReturnObject
fn clone(&self) -> GetAnchorElementReturnObject
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 GetAnchorElementReturnObject
impl Debug for GetAnchorElementReturnObject
Source§impl<'de> Deserialize<'de> for GetAnchorElementReturnObject
impl<'de> Deserialize<'de> for GetAnchorElementReturnObject
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 PartialEq for GetAnchorElementReturnObject
impl PartialEq for GetAnchorElementReturnObject
Source§fn eq(&self, other: &GetAnchorElementReturnObject) -> bool
fn eq(&self, other: &GetAnchorElementReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAnchorElementReturnObject
Auto Trait Implementations§
impl Freeze for GetAnchorElementReturnObject
impl RefUnwindSafe for GetAnchorElementReturnObject
impl Send for GetAnchorElementReturnObject
impl Sync for GetAnchorElementReturnObject
impl Unpin for GetAnchorElementReturnObject
impl UnwindSafe for GetAnchorElementReturnObject
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