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