pub struct SassForBoundary {
pub kind: SassForBoundaryKind,
pub span: Span,
}Fields§
§kind: SassForBoundaryKind§span: SpanTrait Implementations§
Source§impl Clone for SassForBoundary
impl Clone for SassForBoundary
Source§fn clone(&self) -> SassForBoundary
fn clone(&self) -> SassForBoundary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SassForBoundary
impl Debug for SassForBoundary
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for SassForBoundary
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for SassForBoundary
Source§impl PartialEq for SassForBoundary
impl PartialEq for SassForBoundary
Source§fn eq(&self, other: &SassForBoundary) -> bool
fn eq(&self, other: &SassForBoundary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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