pub struct ResolvedImplType {
pub items: Vec<ResolvedImplItem>,
}
Fields§
§items: Vec<ResolvedImplItem>
Auto Trait Implementations§
impl Freeze for ResolvedImplType
impl !RefUnwindSafe for ResolvedImplType
impl !Send for ResolvedImplType
impl !Sync for ResolvedImplType
impl Unpin for ResolvedImplType
impl !UnwindSafe for ResolvedImplType
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