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