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