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