#[non_exhaustive]pub struct MaximumAllowedResources { /* private fields */ }Expand description
The maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.
Implementations§
source§impl MaximumAllowedResources
impl MaximumAllowedResources
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MaximumAllowedResources.
Trait Implementations§
source§impl Clone for MaximumAllowedResources
impl Clone for MaximumAllowedResources
source§fn clone(&self) -> MaximumAllowedResources
fn clone(&self) -> MaximumAllowedResources
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 more