pub enum StringConstructor {
Str(StrNode),
LitStr(LitStrNode),
LitStr1(LitStr1Node),
LitStr2(LitStr2Node),
LitStr3(LitStr3Node),
}Variants§
Implementations§
Source§impl StringConstructor
impl StringConstructor
pub fn build(self) -> StringNode
Auto Trait Implementations§
impl Freeze for StringConstructor
impl RefUnwindSafe for StringConstructor
impl Send for StringConstructor
impl Sync for StringConstructor
impl Unpin for StringConstructor
impl UnwindSafe for StringConstructor
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