pub enum LitStr1ListGroupConstructor {
NoSQuote(NoSQuoteNode),
SQuote(SQuoteNode),
}Variants§
NoSQuote(NoSQuoteNode)
SQuote(SQuoteNode)
Implementations§
Source§impl LitStr1ListGroupConstructor
impl LitStr1ListGroupConstructor
pub fn build(self) -> LitStr1ListGroupNode
Auto Trait Implementations§
impl Freeze for LitStr1ListGroupConstructor
impl RefUnwindSafe for LitStr1ListGroupConstructor
impl Send for LitStr1ListGroupConstructor
impl Sync for LitStr1ListGroupConstructor
impl Unpin for LitStr1ListGroupConstructor
impl UnwindSafe for LitStr1ListGroupConstructor
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