pub struct DefaultQaFrontend;Expand description
Default frontend implementation that reuses existing renderer functions.
Trait Implementations§
Source§impl Clone for DefaultQaFrontend
impl Clone for DefaultQaFrontend
Source§fn clone(&self) -> DefaultQaFrontend
fn clone(&self) -> DefaultQaFrontend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultQaFrontend
impl Debug for DefaultQaFrontend
Source§impl Default for DefaultQaFrontend
impl Default for DefaultQaFrontend
Source§fn default() -> DefaultQaFrontend
fn default() -> DefaultQaFrontend
Returns the “default value” for a type. Read more
Source§impl QaFrontend for DefaultQaFrontend
impl QaFrontend for DefaultQaFrontend
fn render_text_ui(&self, payload: &RenderPayload) -> String
fn render_json_ui(&self, payload: &RenderPayload) -> Value
fn render_adaptive_card(&self, payload: &RenderPayload) -> Value
impl Copy for DefaultQaFrontend
Auto Trait Implementations§
impl Freeze for DefaultQaFrontend
impl RefUnwindSafe for DefaultQaFrontend
impl Send for DefaultQaFrontend
impl Sync for DefaultQaFrontend
impl Unpin for DefaultQaFrontend
impl UnsafeUnpin for DefaultQaFrontend
impl UnwindSafe for DefaultQaFrontend
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