pub(crate) struct FoodRatings2353 {
pub(crate) data: HashMap<String, BinaryHeap<(i32, Reverse<String>)>>,
pub(crate) f_cuisine: HashMap<String, String>,
pub(crate) f_rating: HashMap<String, i32>,
}Expand description
2353m Design a Food Rating System
Fields§
§data: HashMap<String, BinaryHeap<(i32, Reverse<String>)>>§f_cuisine: HashMap<String, String>§f_rating: HashMap<String, i32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FoodRatings2353
impl RefUnwindSafe for FoodRatings2353
impl Send for FoodRatings2353
impl Sync for FoodRatings2353
impl Unpin for FoodRatings2353
impl UnsafeUnpin for FoodRatings2353
impl UnwindSafe for FoodRatings2353
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