pub struct RenderConversationConfig {
pub auto_drop_analysis: bool,
}Fields§
§auto_drop_analysis: boolTrait Implementations§
Source§impl Clone for RenderConversationConfig
impl Clone for RenderConversationConfig
Source§fn clone(&self) -> RenderConversationConfig
fn clone(&self) -> RenderConversationConfig
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 RenderConversationConfig
impl Debug for RenderConversationConfig
Auto Trait Implementations§
impl Freeze for RenderConversationConfig
impl RefUnwindSafe for RenderConversationConfig
impl Send for RenderConversationConfig
impl Sync for RenderConversationConfig
impl Unpin for RenderConversationConfig
impl UnwindSafe for RenderConversationConfig
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