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