pub struct TyInfer {
pub underscore_token: Underscore,
}
Expand description
TyKind::Infer means the type should be inferred instead of it having been specified. This can appear anywhere in a type.
Fields§
§underscore_token: Underscore
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TyInfer
impl RefUnwindSafe for TyInfer
impl Send for TyInfer
impl Sync for TyInfer
impl Unpin for TyInfer
impl UnwindSafe for TyInfer
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