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