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