pub struct SassUnaryOperator {
pub kind: SassUnaryOperatorKind,
pub span: Span,
}Fields§
§kind: SassUnaryOperatorKind§span: SpanTrait Implementations§
Source§impl Clone for SassUnaryOperator
impl Clone for SassUnaryOperator
Source§fn clone(&self) -> SassUnaryOperator
fn clone(&self) -> SassUnaryOperator
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 SassUnaryOperator
impl Debug for SassUnaryOperator
Source§impl PartialEq for SassUnaryOperator
impl PartialEq for SassUnaryOperator
Source§fn eq(&self, other: &SassUnaryOperator) -> bool
fn eq(&self, other: &SassUnaryOperator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SassUnaryOperator
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