pub enum SassUnaryOperatorKind {
Plus,
Minus,
Not,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SassUnaryOperatorKind
impl RefUnwindSafe for SassUnaryOperatorKind
impl Send for SassUnaryOperatorKind
impl Sync for SassUnaryOperatorKind
impl Unpin for SassUnaryOperatorKind
impl UnsafeUnpin for SassUnaryOperatorKind
impl UnwindSafe for SassUnaryOperatorKind
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