pub struct DeploymentResourcesLimits {
pub memory: String,
pub cpu: f32,
}Fields§
§memory: String§cpu: f32Trait Implementations§
Source§impl Debug for DeploymentResourcesLimits
impl Debug for DeploymentResourcesLimits
Source§impl Default for DeploymentResourcesLimits
impl Default for DeploymentResourcesLimits
Source§fn default() -> DeploymentResourcesLimits
fn default() -> DeploymentResourcesLimits
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeploymentResourcesLimits
impl<'de> Deserialize<'de> for DeploymentResourcesLimits
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 DeploymentResourcesLimits
impl RefUnwindSafe for DeploymentResourcesLimits
impl Send for DeploymentResourcesLimits
impl Sync for DeploymentResourcesLimits
impl Unpin for DeploymentResourcesLimits
impl UnsafeUnpin for DeploymentResourcesLimits
impl UnwindSafe for DeploymentResourcesLimits
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