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