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