pub struct SectionConstructor { /* private fields */ }Implementations§
Source§impl SectionConstructor
impl SectionConstructor
Sourcepub fn builder() -> SectionConstructorBuilder
pub fn builder() -> SectionConstructorBuilder
Create an instance of SectionConstructor using the builder syntax
Source§impl SectionConstructor
impl SectionConstructor
pub fn build(self) -> SectionNode
Auto Trait Implementations§
impl Freeze for SectionConstructor
impl RefUnwindSafe for SectionConstructor
impl Send for SectionConstructor
impl Sync for SectionConstructor
impl Unpin for SectionConstructor
impl UnwindSafe for SectionConstructor
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