pub struct JsonMap(/* private fields */);
Expand description
Map of template variable names and values.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonMap
impl RefUnwindSafe for JsonMap
impl Send for JsonMap
impl Sync for JsonMap
impl Unpin for JsonMap
impl UnwindSafe for JsonMap
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