Struct crates_index_diff::index::CloneOptions
source · pub struct CloneOptions {
pub url: String,
}
Expand description
Options for cloning the crates-io index.
Fields
url: String
The url to clone the crates-index repository from.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CloneOptions
impl Send for CloneOptions
impl Sync for CloneOptions
impl Unpin for CloneOptions
impl UnwindSafe for CloneOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more