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