pub struct SetOuterHtmlReturn {}Available on crate features
DOM and Runtime only.Expand description
Sets node HTML markup, returns new node id.
Implementations§
Trait Implementations§
Source§impl Clone for SetOuterHtmlReturn
impl Clone for SetOuterHtmlReturn
Source§fn clone(&self) -> SetOuterHtmlReturn
fn clone(&self) -> SetOuterHtmlReturn
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 SetOuterHtmlReturn
impl Debug for SetOuterHtmlReturn
Source§impl Default for SetOuterHtmlReturn
impl Default for SetOuterHtmlReturn
Source§fn default() -> SetOuterHtmlReturn
fn default() -> SetOuterHtmlReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetOuterHtmlReturn
impl<'de> Deserialize<'de> for SetOuterHtmlReturn
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
Auto Trait Implementations§
impl Freeze for SetOuterHtmlReturn
impl RefUnwindSafe for SetOuterHtmlReturn
impl Send for SetOuterHtmlReturn
impl Sync for SetOuterHtmlReturn
impl Unpin for SetOuterHtmlReturn
impl UnwindSafe for SetOuterHtmlReturn
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