pub struct SassList<'s> {
pub elements: Vec<ComponentValue<'s>>,
pub comma_spans: Option<Vec<Span>>,
pub span: Span,
}Fields§
§elements: Vec<ComponentValue<'s>>§comma_spans: Option<Vec<Span>>§span: SpanTrait Implementations§
Source§impl<'s> PartialEq for SassList<'s>
impl<'s> PartialEq for SassList<'s>
impl<'s> StructuralPartialEq for SassList<'s>
Auto Trait Implementations§
impl<'s> Freeze for SassList<'s>
impl<'s> RefUnwindSafe for SassList<'s>
impl<'s> Send for SassList<'s>
impl<'s> Sync for SassList<'s>
impl<'s> Unpin for SassList<'s>
impl<'s> UnsafeUnpin for SassList<'s>
impl<'s> UnwindSafe for SassList<'s>
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