pub struct LessMixinCalleeChild<'a> {
pub name: LessMixinName<'a>,
pub combinator: Option<Combinator>,
pub span: Span,
}Fields§
§name: LessMixinName<'a>§combinator: Option<Combinator>§span: SpanImplementations§
§impl<'a> LessMixinCalleeChild<'a>
impl<'a> LessMixinCalleeChild<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessMixinCalleeChild<'a>
impl<'a> !Send for LessMixinCalleeChild<'a>
impl<'a> !Sync for LessMixinCalleeChild<'a>
impl<'a> !UnwindSafe for LessMixinCalleeChild<'a>
impl<'a> Freeze for LessMixinCalleeChild<'a>
impl<'a> Unpin for LessMixinCalleeChild<'a>
impl<'a> UnsafeUnpin for LessMixinCalleeChild<'a>
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