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