pub struct SassForBoundary {
pub span: Span,
pub kind: SassForBoundaryKind,
}Fields§
§span: Span§kind: SassForBoundaryKindImplementations§
Trait Implementations§
Source§impl Debug for SassForBoundary
impl Debug 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