pub struct ImplicitTypeUse<'s> {
pub start: usize,
pub params: Vec<Param<'s>>,
pub results: Vec<FuncResult>,
}Fields§
§start: usize§params: Vec<Param<'s>>§results: Vec<FuncResult>Auto Trait Implementations§
impl<'s> Freeze for ImplicitTypeUse<'s>
impl<'s> RefUnwindSafe for ImplicitTypeUse<'s>
impl<'s> Send for ImplicitTypeUse<'s>
impl<'s> Sync for ImplicitTypeUse<'s>
impl<'s> Unpin for ImplicitTypeUse<'s>
impl<'s> UnwindSafe for ImplicitTypeUse<'s>
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