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