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