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