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