#[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
sourceimpl MaximumAllowedResources
impl MaximumAllowedResources
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MaximumAllowedResources
.
Trait Implementations
sourceimpl Clone for MaximumAllowedResources
impl Clone for MaximumAllowedResources
sourcefn clone(&self) -> MaximumAllowedResources
fn clone(&self) -> MaximumAllowedResources
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MaximumAllowedResources
impl Debug for MaximumAllowedResources
sourceimpl PartialEq<MaximumAllowedResources> for MaximumAllowedResources
impl PartialEq<MaximumAllowedResources> for MaximumAllowedResources
sourcefn eq(&self, other: &MaximumAllowedResources) -> bool
fn eq(&self, other: &MaximumAllowedResources) -> bool
impl StructuralPartialEq for MaximumAllowedResources
Auto Trait Implementations
impl RefUnwindSafe for MaximumAllowedResources
impl Send for MaximumAllowedResources
impl Sync for MaximumAllowedResources
impl Unpin for MaximumAllowedResources
impl UnwindSafe for MaximumAllowedResources
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more