pub struct SectionBodyListConstructor { /* private fields */ }Implementations§
Source§impl SectionBodyListConstructor
impl SectionBodyListConstructor
Sourcepub fn builder() -> SectionBodyListConstructorBuilder
pub fn builder() -> SectionBodyListConstructorBuilder
Create an instance of SectionBodyListConstructor using the builder syntax
Source§impl SectionBodyListConstructor
impl SectionBodyListConstructor
Sourcepub fn empty() -> SectionBodyListNode
pub fn empty() -> SectionBodyListNode
Create an empty node (base case for recursion)
Sourcepub fn build(self) -> SectionBodyListNode
pub fn build(self) -> SectionBodyListNode
Create a node with children (recursive case)
Auto Trait Implementations§
impl Freeze for SectionBodyListConstructor
impl RefUnwindSafe for SectionBodyListConstructor
impl Send for SectionBodyListConstructor
impl Sync for SectionBodyListConstructor
impl Unpin for SectionBodyListConstructor
impl UnwindSafe for SectionBodyListConstructor
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