pub struct Plots {
pub plots: RefCell<HashMap<Location, Plot>>,
}Fields§
§plots: RefCell<HashMap<Location, Plot>>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Plots
impl !RefUnwindSafe for Plots
impl Send for Plots
impl !Sync for Plots
impl Unpin for Plots
impl UnwindSafe for Plots
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