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