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