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