Struct cargo_edit::LocalIndex
source · pub struct LocalIndex { /* private fields */ }
Implementations§
source§impl LocalIndex
impl LocalIndex
pub fn open(url: &Url) -> CargoResult<Self>
Auto Trait Implementations§
impl Freeze for LocalIndex
impl RefUnwindSafe for LocalIndex
impl Send for LocalIndex
impl Sync for LocalIndex
impl Unpin for LocalIndex
impl UnwindSafe for LocalIndex
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