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