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