Struct swc_css_ast::SimpleBlock 
source · [−]pub struct SimpleBlock {
    pub span: Span,
    pub name: TokenAndSpan,
    pub value: Vec<ComponentValue>,
}Fields
span: Spanname: TokenAndSpanvalue: Vec<ComponentValue>Trait Implementations
sourceimpl Clone for SimpleBlock
 
impl Clone for SimpleBlock
sourcefn clone(&self) -> SimpleBlock
 
fn clone(&self) -> SimpleBlock
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 moresourceimpl Debug for SimpleBlock
 
impl Debug for SimpleBlock
sourceimpl<'de> Deserialize<'de> for SimpleBlock
 
impl<'de> Deserialize<'de> for SimpleBlock
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 SimpleBlock
 
impl EqIgnoreSpan for SimpleBlock
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl From<SimpleBlock> for ComponentValue
 
impl From<SimpleBlock> for ComponentValue
sourcefn from(v: SimpleBlock) -> Self
 
fn from(v: SimpleBlock) -> Self
Converts to this type from the input type.
sourceimpl From<SimpleBlock> for GeneralEnclosed
 
impl From<SimpleBlock> for GeneralEnclosed
sourcefn from(v: SimpleBlock) -> Self
 
fn from(v: SimpleBlock) -> Self
Converts to this type from the input type.
sourceimpl Hash for SimpleBlock
 
impl Hash for SimpleBlock
sourceimpl PartialEq<SimpleBlock> for SimpleBlock
 
impl PartialEq<SimpleBlock> for SimpleBlock
sourcefn eq(&self, other: &SimpleBlock) -> bool
 
fn eq(&self, other: &SimpleBlock) -> bool
sourceimpl Serialize for SimpleBlock
 
impl Serialize for SimpleBlock
sourceimpl Spanned for SimpleBlock
 
impl Spanned for SimpleBlock
impl Eq for SimpleBlock
impl StructuralEq for SimpleBlock
impl StructuralPartialEq for SimpleBlock
Auto Trait Implementations
impl RefUnwindSafe for SimpleBlock
impl Send for SimpleBlock
impl Sync for SimpleBlock
impl Unpin for SimpleBlock
impl UnwindSafe for SimpleBlock
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