pub struct SimpleArtifact {
pub name: String,
pub files: Vec<GeneratedFile>,
}Fields§
§name: String§files: Vec<GeneratedFile>Implementations§
Trait Implementations§
Source§impl Artifact for SimpleArtifact
impl Artifact for SimpleArtifact
Source§impl Clone for SimpleArtifact
impl Clone for SimpleArtifact
Source§fn clone(&self) -> SimpleArtifact
fn clone(&self) -> SimpleArtifact
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SimpleArtifact
impl RefUnwindSafe for SimpleArtifact
impl Send for SimpleArtifact
impl Sync for SimpleArtifact
impl Unpin for SimpleArtifact
impl UnsafeUnpin for SimpleArtifact
impl UnwindSafe for SimpleArtifact
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