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