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