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