pub enum DelimCodeConstructor {
DelimCode3(DelimCode3Node),
DelimCode2(DelimCode2Node),
DelimCode1(DelimCode1Node),
}Variants§
Implementations§
Source§impl DelimCodeConstructor
impl DelimCodeConstructor
pub fn build(self) -> DelimCodeNode
Auto Trait Implementations§
impl Freeze for DelimCodeConstructor
impl RefUnwindSafe for DelimCodeConstructor
impl Send for DelimCodeConstructor
impl Sync for DelimCodeConstructor
impl Unpin for DelimCodeConstructor
impl UnwindSafe for DelimCodeConstructor
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