pub struct SassUnaryOperator {
pub kind: SassUnaryOperatorKind,
pub span: Span,
}Fields§
§kind: SassUnaryOperatorKind§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for SassUnaryOperator
impl RefUnwindSafe for SassUnaryOperator
impl Send for SassUnaryOperator
impl Sync for SassUnaryOperator
impl Unpin for SassUnaryOperator
impl UnsafeUnpin for SassUnaryOperator
impl UnwindSafe for SassUnaryOperator
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