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