pub struct ProjectDeployResources { /* private fields */ }Expand description
Effective deploy resources with nested provenance.
Implementations§
Source§impl ProjectDeployResources
impl ProjectDeployResources
Sourcepub const fn limits(&self) -> Option<&ProjectValue<ProjectDeployResourceLimits>>
pub const fn limits(&self) -> Option<&ProjectValue<ProjectDeployResourceLimits>>
Returns effective deploy resource limits without defaults or runtime interpretation.
Sourcepub const fn reservations(
&self,
) -> Option<&ProjectValue<ProjectDeployResourceReservations>>
pub const fn reservations( &self, ) -> Option<&ProjectValue<ProjectDeployResourceReservations>>
Returns effective resource reservations without scheduling interpretation.
Sourcepub fn unmodeled_fields(&self) -> &[ProjectFieldReference]
pub fn unmodeled_fields(&self) -> &[ProjectFieldReference]
Returns extensions, unknown fields, and malformed children retained as evidence.
Trait Implementations§
Source§impl Clone for ProjectDeployResources
impl Clone for ProjectDeployResources
Source§fn clone(&self) -> ProjectDeployResources
fn clone(&self) -> ProjectDeployResources
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectDeployResources
impl Debug for ProjectDeployResources
impl Eq for ProjectDeployResources
Source§impl PartialEq for ProjectDeployResources
impl PartialEq for ProjectDeployResources
impl StructuralPartialEq for ProjectDeployResources
Auto Trait Implementations§
impl Freeze for ProjectDeployResources
impl RefUnwindSafe for ProjectDeployResources
impl Send for ProjectDeployResources
impl Sync for ProjectDeployResources
impl Unpin for ProjectDeployResources
impl UnsafeUnpin for ProjectDeployResources
impl UnwindSafe for ProjectDeployResources
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