pub struct LParenConstructor { /* private fields */ }Implementations§
Source§impl LParenConstructor
impl LParenConstructor
Sourcepub fn builder() -> LParenConstructorBuilder
pub fn builder() -> LParenConstructorBuilder
Create an instance of LParenConstructor using the builder syntax
Source§impl LParenConstructor
impl LParenConstructor
pub fn build(self) -> LParenNode
Auto Trait Implementations§
impl Freeze for LParenConstructor
impl RefUnwindSafe for LParenConstructor
impl Send for LParenConstructor
impl Sync for LParenConstructor
impl Unpin for LParenConstructor
impl UnwindSafe for LParenConstructor
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