pub enum MlUpdateTrainedModelDeploymentParts<'b> {
ModelId(&'b str),
}
Expand description
API parts for the Ml Update Trained Model Deployment API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> Clone for MlUpdateTrainedModelDeploymentParts<'b>
Source§fn clone(&self) -> MlUpdateTrainedModelDeploymentParts<'b>
fn clone(&self) -> MlUpdateTrainedModelDeploymentParts<'b>
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<'b> Debug for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> Debug for MlUpdateTrainedModelDeploymentParts<'b>
Source§impl<'b> PartialEq for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> PartialEq for MlUpdateTrainedModelDeploymentParts<'b>
Source§fn eq(&self, other: &MlUpdateTrainedModelDeploymentParts<'b>) -> bool
fn eq(&self, other: &MlUpdateTrainedModelDeploymentParts<'b>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'b> Eq for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> StructuralPartialEq for MlUpdateTrainedModelDeploymentParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> RefUnwindSafe for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> Send for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> Sync for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> Unpin for MlUpdateTrainedModelDeploymentParts<'b>
impl<'b> UnwindSafe for MlUpdateTrainedModelDeploymentParts<'b>
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