pub struct SassFor<'s> {
pub binding: SassVariable<'s>,
pub from_span: Span,
pub start: ComponentValue<'s>,
pub end: ComponentValue<'s>,
pub boundary: SassForBoundary,
pub span: Span,
}Fields§
§binding: SassVariable<'s>§from_span: Span§start: ComponentValue<'s>§end: ComponentValue<'s>§boundary: SassForBoundary§span: SpanTrait Implementations§
Source§impl<'s> PartialEq for SassFor<'s>
impl<'s> PartialEq for SassFor<'s>
impl<'s> StructuralPartialEq for SassFor<'s>
Auto Trait Implementations§
impl<'s> Freeze for SassFor<'s>
impl<'s> RefUnwindSafe for SassFor<'s>
impl<'s> Send for SassFor<'s>
impl<'s> Sync for SassFor<'s>
impl<'s> Unpin for SassFor<'s>
impl<'s> UnsafeUnpin for SassFor<'s>
impl<'s> UnwindSafe for SassFor<'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