pub struct Mixin {
pub name: Name,
pub members: Vec<Spanned<Member>>,
pub span: Span,
}Fields§
§name: Name§members: Vec<Spanned<Member>>§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for Mixin
impl RefUnwindSafe for Mixin
impl Send for Mixin
impl Sync for Mixin
impl Unpin for Mixin
impl UnsafeUnpin for Mixin
impl UnwindSafe for Mixin
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