pub struct AiChatRequest {
pub message: String,
pub page: Option<String>,
}Fields§
§message: String§page: Option<String>Trait Implementations§
Source§impl Clone for AiChatRequest
impl Clone for AiChatRequest
Source§fn clone(&self) -> AiChatRequest
fn clone(&self) -> AiChatRequest
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 AiChatRequest
impl Debug for AiChatRequest
Source§impl Default for AiChatRequest
impl Default for AiChatRequest
Source§fn default() -> AiChatRequest
fn default() -> AiChatRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AiChatRequest
impl RefUnwindSafe for AiChatRequest
impl Send for AiChatRequest
impl Sync for AiChatRequest
impl Unpin for AiChatRequest
impl UnsafeUnpin for AiChatRequest
impl UnwindSafe for AiChatRequest
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