Struct swc_css_ast::Percentage
source · [−]Fields
span: Span
value: Number
Trait Implementations
sourceimpl Clone for Percentage
impl Clone for Percentage
sourcefn clone(&self) -> Percentage
fn clone(&self) -> Percentage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Percentage
impl Debug for Percentage
sourceimpl<'de> Deserialize<'de> for Percentage
impl<'de> Deserialize<'de> for Percentage
sourcefn 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
sourceimpl EqIgnoreSpan for Percentage
impl EqIgnoreSpan for Percentage
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<Percentage> for AlphaValue
impl From<Percentage> for AlphaValue
sourcefn from(v: Percentage) -> Self
fn from(v: Percentage) -> Self
Converts to this type from the input type.
sourceimpl From<Percentage> for CalcValue
impl From<Percentage> for CalcValue
sourcefn from(v: Percentage) -> Self
fn from(v: Percentage) -> Self
Converts to this type from the input type.
sourceimpl From<Percentage> for CmykComponent
impl From<Percentage> for CmykComponent
sourcefn from(v: Percentage) -> Self
fn from(v: Percentage) -> Self
Converts to this type from the input type.
sourceimpl From<Percentage> for ComponentValue
impl From<Percentage> for ComponentValue
sourcefn from(v: Percentage) -> Self
fn from(v: Percentage) -> Self
Converts to this type from the input type.
sourceimpl From<Percentage> for KeyframeSelector
impl From<Percentage> for KeyframeSelector
sourcefn from(v: Percentage) -> Self
fn from(v: Percentage) -> Self
Converts to this type from the input type.
sourceimpl Hash for Percentage
impl Hash for Percentage
sourceimpl PartialEq<Percentage> for Percentage
impl PartialEq<Percentage> for Percentage
sourcefn eq(&self, other: &Percentage) -> bool
fn eq(&self, other: &Percentage) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for Percentage
impl Serialize for Percentage
sourceimpl Spanned for Percentage
impl Spanned for Percentage
impl Eq for Percentage
impl StructuralEq for Percentage
impl StructuralPartialEq for Percentage
Auto Trait Implementations
impl RefUnwindSafe for Percentage
impl Send for Percentage
impl Sync for Percentage
impl Unpin for Percentage
impl UnwindSafe for Percentage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more