pub struct SassForBoundary {
pub kind: SassForBoundaryKind,
pub span: Span,
}Fields§
§kind: SassForBoundaryKind§span: SpanTrait Implementations§
Source§impl Debug for SassForBoundary
impl Debug for SassForBoundary
Source§impl<'a> Parse<'a> for SassForBoundary
impl<'a> Parse<'a> for SassForBoundary
Auto Trait Implementations§
impl Freeze for SassForBoundary
impl RefUnwindSafe for SassForBoundary
impl Send for SassForBoundary
impl Sync for SassForBoundary
impl Unpin for SassForBoundary
impl UnsafeUnpin for SassForBoundary
impl UnwindSafe for SassForBoundary
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