pub struct Targets {
pub map: IndexMap<String, Vec<TargetSource>>,
}Expand description
A list of target triples obtained from multiple sources. The orders in key and value demonstrates how they shape.
Fields§
§map: IndexMap<String, Vec<TargetSource>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Targets
impl<'de> Deserialize<'de> for Targets
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Targets
impl RefUnwindSafe for Targets
impl Send for Targets
impl Sync for Targets
impl Unpin for Targets
impl UnwindSafe for Targets
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