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