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