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