pub struct IfTempl {
pub if_token: If,
pub cond: Rc<Expr>,
}Expand description
{{ if <Expr> }}
Fields§
§if_token: If§cond: Rc<Expr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IfTempl
impl RefUnwindSafe for IfTempl
impl !Send for IfTempl
impl !Sync for IfTempl
impl Unpin for IfTempl
impl UnwindSafe for IfTempl
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