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