pub enum SassUnaryOperatorKind {
Plus,
Minus,
Not,
}Variants§
Trait Implementations§
Source§impl Clone for SassUnaryOperatorKind
impl Clone for SassUnaryOperatorKind
Source§fn clone(&self) -> SassUnaryOperatorKind
fn clone(&self) -> SassUnaryOperatorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SassUnaryOperatorKind
impl Debug for SassUnaryOperatorKind
Source§impl PartialEq for SassUnaryOperatorKind
impl PartialEq for SassUnaryOperatorKind
Source§fn eq(&self, other: &SassUnaryOperatorKind) -> bool
fn eq(&self, other: &SassUnaryOperatorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SassUnaryOperatorKind
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