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