pub struct LitStrConstructor { /* private fields */ }Implementations§
Source§impl LitStrConstructor
impl LitStrConstructor
Sourcepub fn builder() -> LitStrConstructorBuilder
pub fn builder() -> LitStrConstructorBuilder
Create an instance of LitStrConstructor using the builder syntax
Source§impl LitStrConstructor
impl LitStrConstructor
pub fn build(self) -> LitStrNode
Auto Trait Implementations§
impl Freeze for LitStrConstructor
impl RefUnwindSafe for LitStrConstructor
impl Send for LitStrConstructor
impl Sync for LitStrConstructor
impl Unpin for LitStrConstructor
impl UnwindSafe for LitStrConstructor
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