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