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