pub struct SystemPromptPart {
pub content: String,
}Fields§
§content: StringTrait Implementations§
Source§impl Clone for SystemPromptPart
impl Clone for SystemPromptPart
Source§fn clone(&self) -> SystemPromptPart
fn clone(&self) -> SystemPromptPart
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 SystemPromptPart
impl Debug for SystemPromptPart
Source§impl<'de> Deserialize<'de> for SystemPromptPart
impl<'de> Deserialize<'de> for SystemPromptPart
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
Auto Trait Implementations§
impl Freeze for SystemPromptPart
impl RefUnwindSafe for SystemPromptPart
impl Send for SystemPromptPart
impl Sync for SystemPromptPart
impl Unpin for SystemPromptPart
impl UnwindSafe for SystemPromptPart
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