pub struct PostEvent {
pub session_id: String,
pub tool_use_id: String,
pub tool_name: String,
pub duration_ms: i64,
}Fields§
§session_id: String§tool_use_id: String§tool_name: String§duration_ms: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostEvent
impl RefUnwindSafe for PostEvent
impl Send for PostEvent
impl Sync for PostEvent
impl Unpin for PostEvent
impl UnsafeUnpin for PostEvent
impl UnwindSafe for PostEvent
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