pub struct SassParenthesizedExpression<'s> {
pub expr: Box<ComponentValue<'s>>,
pub span: Span,
}Fields§
§expr: Box<ComponentValue<'s>>§span: SpanTrait Implementations§
Source§impl<'s> Clone for SassParenthesizedExpression<'s>
impl<'s> Clone for SassParenthesizedExpression<'s>
Source§fn clone(&self) -> SassParenthesizedExpression<'s>
fn clone(&self) -> SassParenthesizedExpression<'s>
Returns a duplicate of the value. Read more
1.0.0 · 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 SassParenthesizedExpression<'s>
impl<'s> Debug for SassParenthesizedExpression<'s>
Source§impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for SassParenthesizedExpression<'s>
impl<'cmt, 's: 'cmt> Parse<'cmt, 's> for SassParenthesizedExpression<'s>
Source§impl<'s> PartialEq for SassParenthesizedExpression<'s>
impl<'s> PartialEq for SassParenthesizedExpression<'s>
Source§fn eq(&self, other: &SassParenthesizedExpression<'s>) -> bool
fn eq(&self, other: &SassParenthesizedExpression<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for SassParenthesizedExpression<'s>
Auto Trait Implementations§
impl<'s> Freeze for SassParenthesizedExpression<'s>
impl<'s> RefUnwindSafe for SassParenthesizedExpression<'s>
impl<'s> Send for SassParenthesizedExpression<'s>
impl<'s> Sync for SassParenthesizedExpression<'s>
impl<'s> Unpin for SassParenthesizedExpression<'s>
impl<'s> UnwindSafe for SassParenthesizedExpression<'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