pub struct LessAnonymousMixin<'a> {
pub params: LessMixinParameters<'a>,
pub block: SimpleBlock<'a>,
pub span: Span,
}Fields§
§params: LessMixinParameters<'a>§block: SimpleBlock<'a>§span: SpanImplementations§
§impl<'a> LessAnonymousMixin<'a>
impl<'a> LessAnonymousMixin<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LessAnonymousMixin<'a>
impl<'a> !Send for LessAnonymousMixin<'a>
impl<'a> !Sync for LessAnonymousMixin<'a>
impl<'a> !UnwindSafe for LessAnonymousMixin<'a>
impl<'a> Freeze for LessAnonymousMixin<'a>
impl<'a> Unpin for LessAnonymousMixin<'a>
impl<'a> UnsafeUnpin for LessAnonymousMixin<'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