pub struct LessPropertyMerge {
pub kind: LessPropertyMergeKind,
pub span: Span,
}Fields§
§kind: LessPropertyMergeKind§span: SpanTrait Implementations§
Source§impl Clone for LessPropertyMerge
impl Clone for LessPropertyMerge
Source§fn clone(&self) -> LessPropertyMerge
fn clone(&self) -> LessPropertyMerge
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 LessPropertyMerge
impl Debug for LessPropertyMerge
Source§impl PartialEq for LessPropertyMerge
impl PartialEq for LessPropertyMerge
Source§fn eq(&self, other: &LessPropertyMerge) -> bool
fn eq(&self, other: &LessPropertyMerge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LessPropertyMerge
Auto Trait Implementations§
impl Freeze for LessPropertyMerge
impl RefUnwindSafe for LessPropertyMerge
impl Send for LessPropertyMerge
impl Sync for LessPropertyMerge
impl Unpin for LessPropertyMerge
impl UnsafeUnpin for LessPropertyMerge
impl UnwindSafe for LessPropertyMerge
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