pub struct ProjectDeployPlacementPreference { /* private fields */ }Expand description
One effective placement preference mapping with nested provenance.
Implementations§
Source§impl ProjectDeployPlacementPreference
impl ProjectDeployPlacementPreference
Sourcepub const fn spread(&self) -> Option<&ProjectValue<String>>
pub const fn spread(&self) -> Option<&ProjectValue<String>>
Returns the raw effective spread expression without scheduling interpretation.
Sourcepub fn unmodeled_fields(&self) -> &[ProjectFieldReference]
pub fn unmodeled_fields(&self) -> &[ProjectFieldReference]
Returns extensions, unknown fields, and malformed members retained as evidence.
Trait Implementations§
Source§impl Clone for ProjectDeployPlacementPreference
impl Clone for ProjectDeployPlacementPreference
Source§fn clone(&self) -> ProjectDeployPlacementPreference
fn clone(&self) -> ProjectDeployPlacementPreference
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 moreimpl Eq for ProjectDeployPlacementPreference
impl StructuralPartialEq for ProjectDeployPlacementPreference
Auto Trait Implementations§
impl Freeze for ProjectDeployPlacementPreference
impl RefUnwindSafe for ProjectDeployPlacementPreference
impl Send for ProjectDeployPlacementPreference
impl Sync for ProjectDeployPlacementPreference
impl Unpin for ProjectDeployPlacementPreference
impl UnsafeUnpin for ProjectDeployPlacementPreference
impl UnwindSafe for ProjectDeployPlacementPreference
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