pub struct MapType {
pub map: usize,
pub key: Expr,
pub val: Expr,
}
Fields§
§map: usize
§key: Expr
§val: Expr
Trait Implementations§
Auto Trait Implementations§
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