pub struct ChatCompletionEventIds {
pub completion_event_ids: Vec<String>,
}Fields§
§completion_event_ids: Vec<String>Implementations§
Source§impl ChatCompletionEventIds
impl ChatCompletionEventIds
pub fn new(completion_event_ids: Vec<String>) -> ChatCompletionEventIds
Trait Implementations§
Source§impl Clone for ChatCompletionEventIds
impl Clone for ChatCompletionEventIds
Source§fn clone(&self) -> ChatCompletionEventIds
fn clone(&self) -> ChatCompletionEventIds
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 ChatCompletionEventIds
impl Debug for ChatCompletionEventIds
Source§impl Default for ChatCompletionEventIds
impl Default for ChatCompletionEventIds
Source§fn default() -> ChatCompletionEventIds
fn default() -> ChatCompletionEventIds
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatCompletionEventIds
impl<'de> Deserialize<'de> for ChatCompletionEventIds
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ChatCompletionEventIds
impl PartialEq for ChatCompletionEventIds
Source§impl Serialize for ChatCompletionEventIds
impl Serialize for ChatCompletionEventIds
impl StructuralPartialEq for ChatCompletionEventIds
Auto Trait Implementations§
impl Freeze for ChatCompletionEventIds
impl RefUnwindSafe for ChatCompletionEventIds
impl Send for ChatCompletionEventIds
impl Sync for ChatCompletionEventIds
impl Unpin for ChatCompletionEventIds
impl UnsafeUnpin for ChatCompletionEventIds
impl UnwindSafe for ChatCompletionEventIds
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