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