pub struct ResponseFileSearchCallCompletedEvent {
pub type: String,
pub output_index: i64,
pub item_id: String,
}
Expand description
Emitted when a file search call is completed (results found).
Fields§
§type: String
The type of the event.
output_index: i64
The index of the output item that the file search call is initiated.
item_id: String
The ID of the output item that the file search call is initiated.
Trait Implementations§
Source§impl Clone for ResponseFileSearchCallCompletedEvent
impl Clone for ResponseFileSearchCallCompletedEvent
Source§fn clone(&self) -> ResponseFileSearchCallCompletedEvent
fn clone(&self) -> ResponseFileSearchCallCompletedEvent
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 Default for ResponseFileSearchCallCompletedEvent
impl Default for ResponseFileSearchCallCompletedEvent
Source§fn default() -> ResponseFileSearchCallCompletedEvent
fn default() -> ResponseFileSearchCallCompletedEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResponseFileSearchCallCompletedEvent
impl RefUnwindSafe for ResponseFileSearchCallCompletedEvent
impl Send for ResponseFileSearchCallCompletedEvent
impl Sync for ResponseFileSearchCallCompletedEvent
impl Unpin for ResponseFileSearchCallCompletedEvent
impl UnwindSafe for ResponseFileSearchCallCompletedEvent
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