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