pub struct BaseTy {
pub kind: BaseTyKind,
pub span: Span,
}
Fields§
§kind: BaseTyKind
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseTy
impl RefUnwindSafe for BaseTy
impl Send for BaseTy
impl Sync for BaseTy
impl Unpin for BaseTy
impl UnwindSafe for BaseTy
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