pub struct TypeInfer {
pub underscore_token: Underscore,
}Expand description
Indication that a type should be inferred by the compiler: _.
Fields§
§underscore_token: UnderscoreTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypeInfer
impl RefUnwindSafe for TypeInfer
impl !Send for TypeInfer
impl !Sync for TypeInfer
impl Unpin for TypeInfer
impl UnwindSafe for TypeInfer
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