pub struct AtRuleKindCountsV0 {
pub media: usize,
pub supports: usize,
pub layer: usize,
pub keyframes: usize,
pub value: usize,
pub at_root: usize,
pub generic: usize,
}Fields§
§media: usize§supports: usize§layer: usize§keyframes: usize§value: usize§at_root: usize§generic: usizeTrait Implementations§
Source§impl Clone for AtRuleKindCountsV0
impl Clone for AtRuleKindCountsV0
Source§fn clone(&self) -> AtRuleKindCountsV0
fn clone(&self) -> AtRuleKindCountsV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AtRuleKindCountsV0
impl Debug for AtRuleKindCountsV0
Source§impl Default for AtRuleKindCountsV0
impl Default for AtRuleKindCountsV0
Source§fn default() -> AtRuleKindCountsV0
fn default() -> AtRuleKindCountsV0
Returns the “default value” for a type. Read more
Source§impl PartialEq for AtRuleKindCountsV0
impl PartialEq for AtRuleKindCountsV0
Source§fn eq(&self, other: &AtRuleKindCountsV0) -> bool
fn eq(&self, other: &AtRuleKindCountsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AtRuleKindCountsV0
impl Serialize for AtRuleKindCountsV0
impl Eq for AtRuleKindCountsV0
impl StructuralPartialEq for AtRuleKindCountsV0
Auto Trait Implementations§
impl Freeze for AtRuleKindCountsV0
impl RefUnwindSafe for AtRuleKindCountsV0
impl Send for AtRuleKindCountsV0
impl Sync for AtRuleKindCountsV0
impl Unpin for AtRuleKindCountsV0
impl UnsafeUnpin for AtRuleKindCountsV0
impl UnwindSafe for AtRuleKindCountsV0
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