pub struct IncludedResourcePathResolution { /* private fields */ }Expand description
Recoverable lexical resolution for selected included service binds, config, and secret file paths.
Implementations§
Source§impl IncludedResourcePathResolution
impl IncludedResourcePathResolution
Sourcepub fn paths(&self) -> &[IncludedResourcePath]
pub fn paths(&self) -> &[IncludedResourcePath]
Returns selected paths in service-then-config-then-secret composition order.
Sourcepub fn diagnostics(&self) -> &[Diagnostic]
pub fn diagnostics(&self) -> &[Diagnostic]
Returns composition, directory-plan, and lexical path diagnostics.
Sourcepub fn is_complete(&self) -> bool
pub fn is_complete(&self) -> bool
Reports whether every selected file path resolved and no error occurred.
Trait Implementations§
Source§impl Clone for IncludedResourcePathResolution
impl Clone for IncludedResourcePathResolution
Source§fn clone(&self) -> IncludedResourcePathResolution
fn clone(&self) -> IncludedResourcePathResolution
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 IncludedResourcePathResolution
impl StructuralPartialEq for IncludedResourcePathResolution
Auto Trait Implementations§
impl Freeze for IncludedResourcePathResolution
impl RefUnwindSafe for IncludedResourcePathResolution
impl Send for IncludedResourcePathResolution
impl Sync for IncludedResourcePathResolution
impl Unpin for IncludedResourcePathResolution
impl UnsafeUnpin for IncludedResourcePathResolution
impl UnwindSafe for IncludedResourcePathResolution
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