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