Struct tera_shortcodes::Shortcodes
source · pub struct Shortcodes {
pub functions: HashMap<String, fn(_: &HashMap<String, Value>) -> String>,
}Fields§
§functions: HashMap<String, fn(_: &HashMap<String, Value>) -> String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shortcodes
impl RefUnwindSafe for Shortcodes
impl Send for Shortcodes
impl Sync for Shortcodes
impl Unpin for Shortcodes
impl UnwindSafe for Shortcodes
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