pub struct ServiceEnvironmentResolution { /* private fields */ }Expand description
Result of one explicit service-environment resolution.
Implementations§
Source§impl ServiceEnvironmentResolution
impl ServiceEnvironmentResolution
Sourcepub fn entries(&self) -> &[ResolvedEnvironmentEntry]
pub fn entries(&self) -> &[ResolvedEnvironmentEntry]
Returns final entries in deterministic key order.
Sourcepub fn diagnostics(&self) -> &[Diagnostic]
pub fn diagnostics(&self) -> &[Diagnostic]
Returns file-loading, parsing, and interpolation diagnostics.
Trait Implementations§
Source§impl Clone for ServiceEnvironmentResolution
impl Clone for ServiceEnvironmentResolution
Source§fn clone(&self) -> ServiceEnvironmentResolution
fn clone(&self) -> ServiceEnvironmentResolution
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 ServiceEnvironmentResolution
impl Debug for ServiceEnvironmentResolution
impl Eq for ServiceEnvironmentResolution
impl StructuralPartialEq for ServiceEnvironmentResolution
Auto Trait Implementations§
impl Freeze for ServiceEnvironmentResolution
impl RefUnwindSafe for ServiceEnvironmentResolution
impl Send for ServiceEnvironmentResolution
impl Sync for ServiceEnvironmentResolution
impl Unpin for ServiceEnvironmentResolution
impl UnsafeUnpin for ServiceEnvironmentResolution
impl UnwindSafe for ServiceEnvironmentResolution
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