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