pub struct PlanCtx {
pub vars: HashMap<String, String>,
}Fields§
§vars: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanCtx
impl RefUnwindSafe for PlanCtx
impl Send for PlanCtx
impl Sync for PlanCtx
impl Unpin for PlanCtx
impl UnwindSafe for PlanCtx
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