Struct marker_api::ast::InferredTy
source · #[repr(C)]pub struct InferredTy<'ast> { /* private fields */ }Trait Implementations§
source§impl<'ast> Debug for InferredTy<'ast>
impl<'ast> Debug for InferredTy<'ast>
source§impl<'ast> From<&'ast InferredTy<'ast>> for TyKind<'ast>
impl<'ast> From<&'ast InferredTy<'ast>> for TyKind<'ast>
source§fn from(from: &'ast InferredTy<'ast>) -> Self
fn from(from: &'ast InferredTy<'ast>) -> Self
Converts to this type from the input type.
source§impl<'ast> HasSpan<'ast> for InferredTy<'ast>
impl<'ast> HasSpan<'ast> for InferredTy<'ast>
Auto Trait Implementations§
impl<'ast> RefUnwindSafe for InferredTy<'ast>
impl<'ast> Send for InferredTy<'ast>
impl<'ast> Sync for InferredTy<'ast>
impl<'ast> Unpin for InferredTy<'ast>
impl<'ast> UnwindSafe for InferredTy<'ast>
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