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