pub enum SectionBodyConstructor {
SectionBodyOpt(SectionBodyOptNode),
BlockBody(BlockBodyNode),
}Variants§
SectionBodyOpt(SectionBodyOptNode)
BlockBody(BlockBodyNode)
Implementations§
Source§impl SectionBodyConstructor
impl SectionBodyConstructor
pub fn build(self) -> SectionBodyNode
Auto Trait Implementations§
impl Freeze for SectionBodyConstructor
impl RefUnwindSafe for SectionBodyConstructor
impl Send for SectionBodyConstructor
impl Sync for SectionBodyConstructor
impl Unpin for SectionBodyConstructor
impl UnwindSafe for SectionBodyConstructor
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