pub struct GetChatCompletionEventsInSchema {
pub search_params: Option<Box<FilterPayload>>,
pub extra_fields: Option<Option<Vec<String>>>,
}Fields§
§search_params: Option<Box<FilterPayload>>§extra_fields: Option<Option<Vec<String>>>Implementations§
Source§impl GetChatCompletionEventsInSchema
impl GetChatCompletionEventsInSchema
pub fn new( search_params: Option<FilterPayload>, ) -> GetChatCompletionEventsInSchema
Trait Implementations§
Source§impl Clone for GetChatCompletionEventsInSchema
impl Clone for GetChatCompletionEventsInSchema
Source§fn clone(&self) -> GetChatCompletionEventsInSchema
fn clone(&self) -> GetChatCompletionEventsInSchema
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 GetChatCompletionEventsInSchema
impl Default for GetChatCompletionEventsInSchema
Source§fn default() -> GetChatCompletionEventsInSchema
fn default() -> GetChatCompletionEventsInSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetChatCompletionEventsInSchema
impl<'de> Deserialize<'de> for GetChatCompletionEventsInSchema
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 GetChatCompletionEventsInSchema
impl PartialEq for GetChatCompletionEventsInSchema
Source§fn eq(&self, other: &GetChatCompletionEventsInSchema) -> bool
fn eq(&self, other: &GetChatCompletionEventsInSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetChatCompletionEventsInSchema
Auto Trait Implementations§
impl Freeze for GetChatCompletionEventsInSchema
impl RefUnwindSafe for GetChatCompletionEventsInSchema
impl Send for GetChatCompletionEventsInSchema
impl Sync for GetChatCompletionEventsInSchema
impl Unpin for GetChatCompletionEventsInSchema
impl UnsafeUnpin for GetChatCompletionEventsInSchema
impl UnwindSafe for GetChatCompletionEventsInSchema
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