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