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