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