Struct swc_css_ast::MediaFeatureBoolean
source · pub struct MediaFeatureBoolean {
pub span: Span,
pub name: MediaFeatureName,
}
Fields§
§span: Span
§name: MediaFeatureName
Trait Implementations§
source§impl Clone for MediaFeatureBoolean
impl Clone for MediaFeatureBoolean
source§fn clone(&self) -> MediaFeatureBoolean
fn clone(&self) -> MediaFeatureBoolean
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 MediaFeatureBoolean
impl Debug for MediaFeatureBoolean
source§impl<'de> Deserialize<'de> for MediaFeatureBoolean
impl<'de> Deserialize<'de> for MediaFeatureBoolean
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 EqIgnoreSpan for MediaFeatureBoolean
impl EqIgnoreSpan for MediaFeatureBoolean
fn eq_ignore_span(&self, other: &Self) -> bool
source§impl From<MediaFeatureBoolean> for MediaFeature
impl From<MediaFeatureBoolean> for MediaFeature
source§fn from(v: MediaFeatureBoolean) -> Self
fn from(v: MediaFeatureBoolean) -> Self
Converts to this type from the input type.
source§impl Hash for MediaFeatureBoolean
impl Hash for MediaFeatureBoolean
source§impl PartialEq<MediaFeatureBoolean> for MediaFeatureBoolean
impl PartialEq<MediaFeatureBoolean> for MediaFeatureBoolean
source§fn eq(&self, other: &MediaFeatureBoolean) -> bool
fn eq(&self, other: &MediaFeatureBoolean) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.