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