pub struct BulkPredictionInput {
pub prediction: Option<HashMap<String, Value>>,
pub question_id: i32,
}
Fields§
§prediction: Option<HashMap<String, Value>>
§question_id: i32
Implementations§
Trait Implementations§
source§impl Clone for BulkPredictionInput
impl Clone for BulkPredictionInput
source§fn clone(&self) -> BulkPredictionInput
fn clone(&self) -> BulkPredictionInput
Returns a copy 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 BulkPredictionInput
impl Debug for BulkPredictionInput
source§impl<'de> Deserialize<'de> for BulkPredictionInput
impl<'de> Deserialize<'de> for BulkPredictionInput
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 BulkPredictionInput
impl PartialEq for BulkPredictionInput
source§fn eq(&self, other: &BulkPredictionInput) -> bool
fn eq(&self, other: &BulkPredictionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for BulkPredictionInput
impl Serialize for BulkPredictionInput
impl StructuralPartialEq for BulkPredictionInput
Auto Trait Implementations§
impl RefUnwindSafe for BulkPredictionInput
impl Send for BulkPredictionInput
impl Sync for BulkPredictionInput
impl Unpin for BulkPredictionInput
impl UnwindSafe for BulkPredictionInput
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