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