pub struct ArtifactCompatibility {
pub systems: Vec<String>,
pub targets: Vec<String>,
pub build_targets: Vec<String>,
}Fields§
§systems: Vec<String>§targets: Vec<String>§build_targets: Vec<String>Trait Implementations§
Source§impl Clone for ArtifactCompatibility
impl Clone for ArtifactCompatibility
Source§fn clone(&self) -> ArtifactCompatibility
fn clone(&self) -> ArtifactCompatibility
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArtifactCompatibility
impl Debug for ArtifactCompatibility
Auto Trait Implementations§
impl Freeze for ArtifactCompatibility
impl RefUnwindSafe for ArtifactCompatibility
impl Send for ArtifactCompatibility
impl Sync for ArtifactCompatibility
impl Unpin for ArtifactCompatibility
impl UnsafeUnpin for ArtifactCompatibility
impl UnwindSafe for ArtifactCompatibility
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