pub enum SassBinaryOperatorKind {
Show 13 variants
Multiply,
Division,
Modulo,
Plus,
Minus,
GreaterThan,
GreaterThanOrEqual,
LessThan,
LessThanOrEqual,
EqualsEquals,
ExclamationEquals,
And,
Or,
}Variants§
Multiply
Division
Modulo
Plus
Minus
GreaterThan
GreaterThanOrEqual
LessThan
LessThanOrEqual
EqualsEquals
ExclamationEquals
And
Or
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SassBinaryOperatorKind
impl RefUnwindSafe for SassBinaryOperatorKind
impl Send for SassBinaryOperatorKind
impl Sync for SassBinaryOperatorKind
impl Unpin for SassBinaryOperatorKind
impl UnsafeUnpin for SassBinaryOperatorKind
impl UnwindSafe for SassBinaryOperatorKind
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