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