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