pub enum CssSectionType {
Document,
Import,
ColorDefinition,
BindingSet,
Ruleset,
Selector,
Declaration,
Value,
Keyframes,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for CssSectionType
impl Clone for CssSectionType
Source§fn clone(&self) -> CssSectionType
fn clone(&self) -> CssSectionType
Returns a copy 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 CssSectionType
impl Debug for CssSectionType
Source§impl Display for CssSectionType
impl Display for CssSectionType
Source§impl<'a> FromValue<'a> for CssSectionType
impl<'a> FromValue<'a> for CssSectionType
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for CssSectionType
impl<'a> FromValueOptional<'a> for CssSectionType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for CssSectionType
impl Hash for CssSectionType
Source§impl Ord for CssSectionType
impl Ord for CssSectionType
Source§fn cmp(&self, other: &CssSectionType) -> Ordering
fn cmp(&self, other: &CssSectionType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CssSectionType
impl PartialEq for CssSectionType
Source§impl PartialOrd for CssSectionType
impl PartialOrd for CssSectionType
Source§impl StaticType for CssSectionType
impl StaticType for CssSectionType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for CssSectionType
impl Eq for CssSectionType
impl StructuralPartialEq for CssSectionType
Auto Trait Implementations§
impl Freeze for CssSectionType
impl RefUnwindSafe for CssSectionType
impl Send for CssSectionType
impl Sync for CssSectionType
impl Unpin for CssSectionType
impl UnwindSafe for CssSectionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.