pub struct CommitmentPlan {
pub id: String,
}Expand description
Information about the machine learning commitment plan associated with the web service.
Fields§
§id: StringSpecifies the Azure Resource Manager ID of the commitment plan associated with the web service.
Implementations§
Trait Implementations§
Source§impl Clone for CommitmentPlan
impl Clone for CommitmentPlan
Source§fn clone(&self) -> CommitmentPlan
fn clone(&self) -> CommitmentPlan
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 CommitmentPlan
impl Debug for CommitmentPlan
Source§impl<'de> Deserialize<'de> for CommitmentPlan
impl<'de> Deserialize<'de> for CommitmentPlan
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 CommitmentPlan
impl PartialEq for CommitmentPlan
Source§impl Serialize for CommitmentPlan
impl Serialize for CommitmentPlan
impl StructuralPartialEq for CommitmentPlan
Auto Trait Implementations§
impl Freeze for CommitmentPlan
impl RefUnwindSafe for CommitmentPlan
impl Send for CommitmentPlan
impl Sync for CommitmentPlan
impl Unpin for CommitmentPlan
impl UnwindSafe for CommitmentPlan
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