pub struct SassIncludeContentBlockParams<'s> {
pub using_span: Span,
pub params: SassParameters<'s>,
pub span: Span,
}Fields§
§using_span: Span§params: SassParameters<'s>§span: SpanTrait Implementations§
Source§impl<'s> Clone for SassIncludeContentBlockParams<'s>
impl<'s> Clone for SassIncludeContentBlockParams<'s>
Source§fn clone(&self) -> SassIncludeContentBlockParams<'s>
fn clone(&self) -> SassIncludeContentBlockParams<'s>
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<'s> Debug for SassIncludeContentBlockParams<'s>
impl<'s> Debug for SassIncludeContentBlockParams<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for SassIncludeContentBlockParams<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for SassIncludeContentBlockParams<'s>
Source§impl<'s> PartialEq for SassIncludeContentBlockParams<'s>
impl<'s> PartialEq for SassIncludeContentBlockParams<'s>
Source§fn eq(&self, other: &SassIncludeContentBlockParams<'s>) -> bool
fn eq(&self, other: &SassIncludeContentBlockParams<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for SassIncludeContentBlockParams<'s>
Auto Trait Implementations§
impl<'s> Freeze for SassIncludeContentBlockParams<'s>
impl<'s> RefUnwindSafe for SassIncludeContentBlockParams<'s>
impl<'s> Send for SassIncludeContentBlockParams<'s>
impl<'s> Sync for SassIncludeContentBlockParams<'s>
impl<'s> Unpin for SassIncludeContentBlockParams<'s>
impl<'s> UnsafeUnpin for SassIncludeContentBlockParams<'s>
impl<'s> UnwindSafe for SassIncludeContentBlockParams<'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