#[non_exhaustive]pub struct RunStepRetrieveRequest { /* private fields */ }Expand description
EN: Query parameters for GET /v1/threads/{thread_id}/runs/{run_id}/steps/{step_id}.
中文:GET /v1/threads/{thread_id}/runs/{run_id}/steps/{step_id} 的查询参数。
Implementations§
Source§impl RunStepRetrieveRequest
impl RunStepRetrieveRequest
Sourcepub fn builder() -> RunStepRetrieveRequestBuilder
pub fn builder() -> RunStepRetrieveRequestBuilder
EN: Starts building run step retrieve query parameters. 中文:开始构建 run step 获取查询参数。
Trait Implementations§
Source§impl Clone for RunStepRetrieveRequest
impl Clone for RunStepRetrieveRequest
Source§fn clone(&self) -> RunStepRetrieveRequest
fn clone(&self) -> RunStepRetrieveRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RunStepRetrieveRequest
impl Debug for RunStepRetrieveRequest
Source§impl Default for RunStepRetrieveRequest
impl Default for RunStepRetrieveRequest
Source§fn default() -> RunStepRetrieveRequest
fn default() -> RunStepRetrieveRequest
Returns the “default value” for a type. Read more
impl Eq for RunStepRetrieveRequest
Source§impl PartialEq for RunStepRetrieveRequest
impl PartialEq for RunStepRetrieveRequest
Source§fn eq(&self, other: &RunStepRetrieveRequest) -> bool
fn eq(&self, other: &RunStepRetrieveRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunStepRetrieveRequest
Auto Trait Implementations§
impl Freeze for RunStepRetrieveRequest
impl RefUnwindSafe for RunStepRetrieveRequest
impl Send for RunStepRetrieveRequest
impl Sync for RunStepRetrieveRequest
impl Unpin for RunStepRetrieveRequest
impl UnsafeUnpin for RunStepRetrieveRequest
impl UnwindSafe for RunStepRetrieveRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.