pub enum GetInlineStylesForNodeMethod {
GetInlineStylesForNode,
}Variants§
GetInlineStylesForNode
Trait Implementations§
Source§impl Clone for GetInlineStylesForNodeMethod
impl Clone for GetInlineStylesForNodeMethod
Source§fn clone(&self) -> GetInlineStylesForNodeMethod
fn clone(&self) -> GetInlineStylesForNodeMethod
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 GetInlineStylesForNodeMethod
impl Debug for GetInlineStylesForNodeMethod
Source§impl<'de> Deserialize<'de> for GetInlineStylesForNodeMethod
impl<'de> Deserialize<'de> for GetInlineStylesForNodeMethod
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 GetInlineStylesForNodeMethod
impl PartialEq for GetInlineStylesForNodeMethod
Source§fn eq(&self, other: &GetInlineStylesForNodeMethod) -> bool
fn eq(&self, other: &GetInlineStylesForNodeMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetInlineStylesForNodeMethod
Auto Trait Implementations§
impl Freeze for GetInlineStylesForNodeMethod
impl RefUnwindSafe for GetInlineStylesForNodeMethod
impl Send for GetInlineStylesForNodeMethod
impl Sync for GetInlineStylesForNodeMethod
impl Unpin for GetInlineStylesForNodeMethod
impl UnsafeUnpin for GetInlineStylesForNodeMethod
impl UnwindSafe for GetInlineStylesForNodeMethod
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