Struct swc_css_ast::SupportsCondition
source · pub struct SupportsCondition {
pub span: Span,
pub conditions: Vec<SupportsConditionType>,
}
Fields§
§span: Span
§conditions: Vec<SupportsConditionType>
Trait Implementations§
source§impl Clone for SupportsCondition
impl Clone for SupportsCondition
source§fn clone(&self) -> SupportsCondition
fn clone(&self) -> SupportsCondition
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 SupportsCondition
impl Debug for SupportsCondition
source§impl EqIgnoreSpan for SupportsCondition
impl EqIgnoreSpan for SupportsCondition
fn eq_ignore_span(&self, other: &Self) -> bool
source§impl From<SupportsCondition> for AtRulePrelude
impl From<SupportsCondition> for AtRulePrelude
source§fn from(v: SupportsCondition) -> Self
fn from(v: SupportsCondition) -> Self
Converts to this type from the input type.
source§impl From<SupportsCondition> for SupportsInParens
impl From<SupportsCondition> for SupportsInParens
source§fn from(v: SupportsCondition) -> Self
fn from(v: SupportsCondition) -> Self
Converts to this type from the input type.
source§impl Hash for SupportsCondition
impl Hash for SupportsCondition
source§impl PartialEq<SupportsCondition> for SupportsCondition
impl PartialEq<SupportsCondition> for SupportsCondition
source§fn eq(&self, other: &SupportsCondition) -> bool
fn eq(&self, other: &SupportsCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Spanned for SupportsCondition
impl Spanned for SupportsCondition
impl Eq for SupportsCondition
impl StructuralEq for SupportsCondition
impl StructuralPartialEq for SupportsCondition
Auto Trait Implementations§
impl RefUnwindSafe for SupportsCondition
impl Send for SupportsCondition
impl Sync for SupportsCondition
impl Unpin for SupportsCondition
impl UnwindSafe for SupportsCondition
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