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