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