pub struct DeleteBatchPredictionInput {
pub batch_prediction_id: String,
}
Fields§
§batch_prediction_id: String
A user-supplied ID that uniquely identifies the BatchPrediction
.
Trait Implementations§
Source§impl Clone for DeleteBatchPredictionInput
impl Clone for DeleteBatchPredictionInput
Source§fn clone(&self) -> DeleteBatchPredictionInput
fn clone(&self) -> DeleteBatchPredictionInput
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 DeleteBatchPredictionInput
impl Debug for DeleteBatchPredictionInput
Source§impl Default for DeleteBatchPredictionInput
impl Default for DeleteBatchPredictionInput
Source§fn default() -> DeleteBatchPredictionInput
fn default() -> DeleteBatchPredictionInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteBatchPredictionInput
Auto Trait Implementations§
impl Freeze for DeleteBatchPredictionInput
impl RefUnwindSafe for DeleteBatchPredictionInput
impl Send for DeleteBatchPredictionInput
impl Sync for DeleteBatchPredictionInput
impl Unpin for DeleteBatchPredictionInput
impl UnwindSafe for DeleteBatchPredictionInput
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