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