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