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