Struct cargo::ops::FetchOptions
source · [−]Fields
config: &'a Config
targets: Vec<String>
The target arch triple to fetch dependencies for
Auto Trait Implementations
impl<'a> !RefUnwindSafe for FetchOptions<'a>
impl<'a> !Send for FetchOptions<'a>
impl<'a> !Sync for FetchOptions<'a>
impl<'a> Unpin for FetchOptions<'a>
impl<'a> !UnwindSafe for FetchOptions<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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