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