Struct cargo::ops::FetchOptions
source · pub struct FetchOptions<'a> {
pub config: &'a Config,
pub targets: Vec<String>,
}
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§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes