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