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