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