pub struct PredictionContent {
pub type: String,
pub content: PredictionContent_Content,
}
Expand description
Static predicted output content, such as the content of a text file that is being regenerated.
Fields§
§type: String
The type of the predicted content you want to provide.
content: PredictionContent_Content
Trait Implementations§
Source§impl Clone for PredictionContent
impl Clone for PredictionContent
Source§fn clone(&self) -> PredictionContent
fn clone(&self) -> PredictionContent
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 moreAuto Trait Implementations§
impl Freeze for PredictionContent
impl RefUnwindSafe for PredictionContent
impl Send for PredictionContent
impl Sync for PredictionContent
impl Unpin for PredictionContent
impl UnwindSafe for PredictionContent
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