pub struct Glue { /* private fields */ }Expand description
Glue class for template rendering - provides interface for backends to interact with templates
Implementations§
Auto Trait Implementations§
impl Freeze for Glue
impl RefUnwindSafe for Glue
impl Send for Glue
impl Sync for Glue
impl Unpin for Glue
impl UnwindSafe for Glue
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