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