pub struct TopicShiftAlert {
pub from_topic_hint: String,
pub to_topic_hint: String,
pub turn_index: usize,
}Expand description
Detected suspicious topic shift between turns.
Fields§
§from_topic_hint: String§to_topic_hint: String§turn_index: usizeTrait Implementations§
Source§impl Clone for TopicShiftAlert
impl Clone for TopicShiftAlert
Source§fn clone(&self) -> TopicShiftAlert
fn clone(&self) -> TopicShiftAlert
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 moreAuto Trait Implementations§
impl Freeze for TopicShiftAlert
impl RefUnwindSafe for TopicShiftAlert
impl Send for TopicShiftAlert
impl Sync for TopicShiftAlert
impl Unpin for TopicShiftAlert
impl UnsafeUnpin for TopicShiftAlert
impl UnwindSafe for TopicShiftAlert
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