pub struct ResolutionPlan { /* private fields */ }Expand description
An ordered, immutable set of candidate files for one relative import.
Implementations§
Trait Implementations§
Source§impl Clone for ResolutionPlan
impl Clone for ResolutionPlan
Source§fn clone(&self) -> ResolutionPlan
fn clone(&self) -> ResolutionPlan
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 ResolutionPlan
impl Debug for ResolutionPlan
impl Eq for ResolutionPlan
Source§impl PartialEq for ResolutionPlan
impl PartialEq for ResolutionPlan
impl StructuralPartialEq for ResolutionPlan
Auto Trait Implementations§
impl Freeze for ResolutionPlan
impl RefUnwindSafe for ResolutionPlan
impl Send for ResolutionPlan
impl Sync for ResolutionPlan
impl Unpin for ResolutionPlan
impl UnsafeUnpin for ResolutionPlan
impl UnwindSafe for ResolutionPlan
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