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