pub struct ResolvedMapType {
pub key_type: ResolvedType,
pub value_type: ResolvedType,
}
Fields§
§key_type: ResolvedType
§value_type: ResolvedType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedMapType
impl !RefUnwindSafe for ResolvedMapType
impl !Send for ResolvedMapType
impl !Sync for ResolvedMapType
impl Unpin for ResolvedMapType
impl !UnwindSafe for ResolvedMapType
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