pub struct DefaultResolution { /* private fields */ }Expand description
Non-destructive default decisions for one selected project view.
Implementations§
Source§impl DefaultResolution
impl DefaultResolution
Sourcepub fn defaults(&self) -> &[AppliedDefault]
pub fn defaults(&self) -> &[AppliedDefault]
Returns policy-approved defaults in deterministic traversal order.
Sourcepub fn diagnostics(&self) -> &[Diagnostic]
pub fn diagnostics(&self) -> &[Diagnostic]
Returns resolution diagnostics.
Trait Implementations§
Source§impl Clone for DefaultResolution
impl Clone for DefaultResolution
Source§fn clone(&self) -> DefaultResolution
fn clone(&self) -> DefaultResolution
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 DefaultResolution
impl Debug for DefaultResolution
impl Eq for DefaultResolution
Source§impl PartialEq for DefaultResolution
impl PartialEq for DefaultResolution
impl StructuralPartialEq for DefaultResolution
Auto Trait Implementations§
impl Freeze for DefaultResolution
impl RefUnwindSafe for DefaultResolution
impl Send for DefaultResolution
impl Sync for DefaultResolution
impl Unpin for DefaultResolution
impl UnsafeUnpin for DefaultResolution
impl UnwindSafe for DefaultResolution
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