Struct chromiumoxide::cdp::browser_protocol::dom::SetNodeValueParamsBuilder
source · pub struct SetNodeValueParamsBuilder { /* private fields */ }Implementations§
source§impl SetNodeValueParamsBuilder
impl SetNodeValueParamsBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> SetNodeValueParamsBuilder
pub fn value(self, value: impl Into<String>) -> SetNodeValueParamsBuilder
pub fn build(self) -> Result<SetNodeValueParams, String>
Trait Implementations§
source§impl Clone for SetNodeValueParamsBuilder
impl Clone for SetNodeValueParamsBuilder
source§fn clone(&self) -> SetNodeValueParamsBuilder
fn clone(&self) -> SetNodeValueParamsBuilder
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 Default for SetNodeValueParamsBuilder
impl Default for SetNodeValueParamsBuilder
source§fn default() -> SetNodeValueParamsBuilder
fn default() -> SetNodeValueParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetNodeValueParamsBuilder
impl Send for SetNodeValueParamsBuilder
impl Sync for SetNodeValueParamsBuilder
impl Unpin for SetNodeValueParamsBuilder
impl UnwindSafe for SetNodeValueParamsBuilder
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