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