pub struct FetchOptions<'a> {
pub config: &'a Config,
pub target: Option<String>,
}Fields§
§config: &'a Config§target: Option<String>The target arch triple to fetch dependencies for
Auto Trait Implementations§
impl<'a> Freeze for FetchOptions<'a>
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> UnsafeUnpin for FetchOptions<'a>
impl<'a> !UnwindSafe for FetchOptions<'a>
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