pub enum SectionHeadConstructor {
RootBinding(RootBindingNode),
NewlineHead(NewlineHeadNode),
}Variants§
RootBinding(RootBindingNode)
NewlineHead(NewlineHeadNode)
Implementations§
Source§impl SectionHeadConstructor
impl SectionHeadConstructor
pub fn build(self) -> SectionHeadNode
Auto Trait Implementations§
impl Freeze for SectionHeadConstructor
impl RefUnwindSafe for SectionHeadConstructor
impl Send for SectionHeadConstructor
impl Sync for SectionHeadConstructor
impl Unpin for SectionHeadConstructor
impl UnwindSafe for SectionHeadConstructor
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