pub struct IfElement {
pub span: Span,
pub condition: Expression,
pub children: Vec<Element>,
}Expand description
If 조건문 {{{#if condition :: content}}}
Fields§
§span: Span§condition: Expression§children: Vec<Element>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfElement
impl RefUnwindSafe for IfElement
impl Send for IfElement
impl Sync for IfElement
impl Unpin for IfElement
impl UnwindSafe for IfElement
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