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