pub struct IfEndNode {
pub template_l: TemplateLNode,
pub template_r: TemplateRNode,
pub span: Range<u32>,
}Fields§
§template_l: TemplateLNode§template_r: TemplateRNode§span: Range<u32>Trait Implementations§
Source§impl FromStr for IfEndNode
impl FromStr for IfEndNode
Source§type Err = YggdrasilError<DejavuRule>
type Err = YggdrasilError<DejavuRule>
The associated error which can be returned from parsing.
Source§fn from_str(input: &str) -> Result<Self, YggdrasilError<DejavuRule>>
fn from_str(input: &str) -> Result<Self, YggdrasilError<DejavuRule>>
Parses a string
s to return a value of this type. Read moreAuto Trait Implementations§
impl Freeze for IfEndNode
impl RefUnwindSafe for IfEndNode
impl Send for IfEndNode
impl Sync for IfEndNode
impl Unpin for IfEndNode
impl UnwindSafe for IfEndNode
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