pub struct DistArtifact {
pub name: String,
pub kind: String,
pub target_triples: Vec<String>,
pub asset_paths: Vec<String>,
}Fields§
§name: String§kind: String§target_triples: Vec<String>§asset_paths: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DistArtifact
impl RefUnwindSafe for DistArtifact
impl Send for DistArtifact
impl Sync for DistArtifact
impl Unpin for DistArtifact
impl UnsafeUnpin for DistArtifact
impl UnwindSafe for DistArtifact
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