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