pub struct CodeTag {
pub children: Vec<TemplateNode>,
pub size: usize,
}Fields§
§children: Vec<TemplateNode>§size: usizeTrait Implementations§
Source§impl WithContent for CodeTag
impl WithContent for CodeTag
fn get_content( &self, _context: &HashMap<String, Context, RandomState>, ) -> Vec<u8> ⓘ
Auto Trait Implementations§
impl Freeze for CodeTag
impl RefUnwindSafe for CodeTag
impl Send for CodeTag
impl Sync for CodeTag
impl Unpin for CodeTag
impl UnsafeUnpin for CodeTag
impl UnwindSafe for CodeTag
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