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