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