pub enum SetOuterHtmlMethod {
SetOuterHtml,
}Variants§
SetOuterHtml
Trait Implementations§
Source§impl Clone for SetOuterHtmlMethod
impl Clone for SetOuterHtmlMethod
Source§fn clone(&self) -> SetOuterHtmlMethod
fn clone(&self) -> SetOuterHtmlMethod
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 SetOuterHtmlMethod
impl Debug for SetOuterHtmlMethod
Source§impl<'de> Deserialize<'de> for SetOuterHtmlMethod
impl<'de> Deserialize<'de> for SetOuterHtmlMethod
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 SetOuterHtmlMethod
impl PartialEq for SetOuterHtmlMethod
Source§impl Serialize for SetOuterHtmlMethod
impl Serialize for SetOuterHtmlMethod
impl StructuralPartialEq for SetOuterHtmlMethod
Auto Trait Implementations§
impl Freeze for SetOuterHtmlMethod
impl RefUnwindSafe for SetOuterHtmlMethod
impl Send for SetOuterHtmlMethod
impl Sync for SetOuterHtmlMethod
impl Unpin for SetOuterHtmlMethod
impl UnsafeUnpin for SetOuterHtmlMethod
impl UnwindSafe for SetOuterHtmlMethod
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