pub struct PredictedOutputArrayPart {
pub type: String,
pub text: String,
}Fields§
§type: StringThe type of the content part.
text: StringThe text content.
Trait Implementations§
Source§impl Clone for PredictedOutputArrayPart
impl Clone for PredictedOutputArrayPart
Source§fn clone(&self) -> PredictedOutputArrayPart
fn clone(&self) -> PredictedOutputArrayPart
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 PredictedOutputArrayPart
impl Debug for PredictedOutputArrayPart
Source§impl<'de> Deserialize<'de> for PredictedOutputArrayPart
impl<'de> Deserialize<'de> for PredictedOutputArrayPart
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 PartialEq for PredictedOutputArrayPart
impl PartialEq for PredictedOutputArrayPart
Source§impl Serialize for PredictedOutputArrayPart
impl Serialize for PredictedOutputArrayPart
impl StructuralPartialEq for PredictedOutputArrayPart
Auto Trait Implementations§
impl Freeze for PredictedOutputArrayPart
impl RefUnwindSafe for PredictedOutputArrayPart
impl Send for PredictedOutputArrayPart
impl Sync for PredictedOutputArrayPart
impl Unpin for PredictedOutputArrayPart
impl UnsafeUnpin for PredictedOutputArrayPart
impl UnwindSafe for PredictedOutputArrayPart
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