pub struct SassKeywordArgument<'a> {
pub name: SassVariable<'a>,
pub colon_span: Span,
pub value: Box<'a, ComponentValue<'a>>,
pub span: Span,
}Fields§
§name: SassVariable<'a>§colon_span: Span§value: Box<'a, ComponentValue<'a>>§span: SpanImplementations§
§impl<'a> SassKeywordArgument<'a>
impl<'a> SassKeywordArgument<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SassKeywordArgument<'a>
impl<'a> !Send for SassKeywordArgument<'a>
impl<'a> !Sync for SassKeywordArgument<'a>
impl<'a> !UnwindSafe for SassKeywordArgument<'a>
impl<'a> Freeze for SassKeywordArgument<'a>
impl<'a> Unpin for SassKeywordArgument<'a>
impl<'a> UnsafeUnpin for SassKeywordArgument<'a>
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