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