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