pub struct ChatCompletionSystemMessageParam {
pub content: Content,
pub name: Option<String>,
}Fields§
§content: Content§name: Option<String>Trait Implementations§
Source§impl Clone for ChatCompletionSystemMessageParam
impl Clone for ChatCompletionSystemMessageParam
Source§fn clone(&self) -> ChatCompletionSystemMessageParam
fn clone(&self) -> ChatCompletionSystemMessageParam
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 ChatCompletionSystemMessageParam
impl RefUnwindSafe for ChatCompletionSystemMessageParam
impl Send for ChatCompletionSystemMessageParam
impl Sync for ChatCompletionSystemMessageParam
impl Unpin for ChatCompletionSystemMessageParam
impl UnsafeUnpin for ChatCompletionSystemMessageParam
impl UnwindSafe for ChatCompletionSystemMessageParam
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