pub struct AskGameAssistantParams {
pub assistant_question_schema: AssistantQuestionSchema,
}Expand description
struct for passing parameters to the method ask_game_assistant
Fields§
§assistant_question_schema: AssistantQuestionSchemaImplementations§
Source§impl AskGameAssistantParams
impl AskGameAssistantParams
pub fn new(assistant_question_schema: AssistantQuestionSchema) -> Self
Trait Implementations§
Source§impl Clone for AskGameAssistantParams
impl Clone for AskGameAssistantParams
Source§fn clone(&self) -> AskGameAssistantParams
fn clone(&self) -> AskGameAssistantParams
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 moreAuto Trait Implementations§
impl Freeze for AskGameAssistantParams
impl RefUnwindSafe for AskGameAssistantParams
impl Send for AskGameAssistantParams
impl Sync for AskGameAssistantParams
impl Unpin for AskGameAssistantParams
impl UnsafeUnpin for AskGameAssistantParams
impl UnwindSafe for AskGameAssistantParams
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