pub struct IfTag {
pub var_name: String,
pub children: Vec<TemplateNode>,
pub size: usize,
}Fields§
§var_name: String§children: Vec<TemplateNode>§size: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for IfTag
impl RefUnwindSafe for IfTag
impl Send for IfTag
impl Sync for IfTag
impl Unpin for IfTag
impl UnsafeUnpin for IfTag
impl UnwindSafe for IfTag
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