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