pub struct TurnInterruptedNotification {
pub thread_id: String,
pub turn_id: String,
}Fields§
§thread_id: String§turn_id: StringTrait Implementations§
Source§impl Clone for TurnInterruptedNotification
impl Clone for TurnInterruptedNotification
Source§fn clone(&self) -> TurnInterruptedNotification
fn clone(&self) -> TurnInterruptedNotification
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 TurnInterruptedNotification
impl Debug for TurnInterruptedNotification
impl Eq for TurnInterruptedNotification
impl StructuralPartialEq for TurnInterruptedNotification
Auto Trait Implementations§
impl Freeze for TurnInterruptedNotification
impl RefUnwindSafe for TurnInterruptedNotification
impl Send for TurnInterruptedNotification
impl Sync for TurnInterruptedNotification
impl Unpin for TurnInterruptedNotification
impl UnsafeUnpin for TurnInterruptedNotification
impl UnwindSafe for TurnInterruptedNotification
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