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