pub struct LessMixinCalleeChild<'a> {
pub span: Span,
pub name: LessMixinName<'a>,
pub combinator: Option<Combinator>,
}Fields§
§span: Span§name: LessMixinName<'a>§combinator: Option<Combinator>Implementations§
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