pub struct TargetPlan {
pub name: String,
pub publisher: String,
pub release: ReleaseCandidate,
pub artifacts: Vec<ArtifactIdentity>,
}Fields§
§name: String§publisher: String§release: ReleaseCandidate§artifacts: Vec<ArtifactIdentity>Trait Implementations§
Source§impl Clone for TargetPlan
impl Clone for TargetPlan
Source§fn clone(&self) -> TargetPlan
fn clone(&self) -> TargetPlan
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 TargetPlan
impl Debug for TargetPlan
impl Eq for TargetPlan
Source§impl PartialEq for TargetPlan
impl PartialEq for TargetPlan
impl StructuralPartialEq for TargetPlan
Auto Trait Implementations§
impl Freeze for TargetPlan
impl RefUnwindSafe for TargetPlan
impl Send for TargetPlan
impl Sync for TargetPlan
impl Unpin for TargetPlan
impl UnsafeUnpin for TargetPlan
impl UnwindSafe for TargetPlan
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