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