pub struct ModelDeploymentSku {
pub name: String,
pub capacity: u32,
}Fields§
§name: String§capacity: u32Trait Implementations§
Source§impl Clone for ModelDeploymentSku
impl Clone for ModelDeploymentSku
Source§fn clone(&self) -> ModelDeploymentSku
fn clone(&self) -> ModelDeploymentSku
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 ModelDeploymentSku
impl Debug for ModelDeploymentSku
Source§impl Default for ModelDeploymentSku
impl Default for ModelDeploymentSku
Source§fn default() -> ModelDeploymentSku
fn default() -> ModelDeploymentSku
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelDeploymentSku
impl<'de> Deserialize<'de> for ModelDeploymentSku
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
Auto Trait Implementations§
impl Freeze for ModelDeploymentSku
impl RefUnwindSafe for ModelDeploymentSku
impl Send for ModelDeploymentSku
impl Sync for ModelDeploymentSku
impl Unpin for ModelDeploymentSku
impl UnsafeUnpin for ModelDeploymentSku
impl UnwindSafe for ModelDeploymentSku
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