pub struct Wing {
pub rooms: HashMap<String, Room>,
pub halls: Vec<String>,
}Fields§
§rooms: HashMap<String, Room>§halls: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wing
impl RefUnwindSafe for Wing
impl Send for Wing
impl Sync for Wing
impl Unpin for Wing
impl UnsafeUnpin for Wing
impl UnwindSafe for Wing
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