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