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