pub struct Already {
pub manager: Manager,
pub file: String,
pub line: usize,
}Expand description
Where a manager file already names the dependency.
Fields§
§manager: ManagerThe manager.
file: StringThe file, relative to the target.
line: usizeThe first line naming it, 1-based.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Already
impl RefUnwindSafe for Already
impl Send for Already
impl Sync for Already
impl Unpin for Already
impl UnsafeUnpin for Already
impl UnwindSafe for Already
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