pub struct FileArtifactVersion {
pub file_name: Option<String>,
}Expand description
Metadata for a file artifact version.
Fields§
§file_name: Option<String>Trait Implementations§
Source§impl Clone for FileArtifactVersion
impl Clone for FileArtifactVersion
Source§fn clone(&self) -> FileArtifactVersion
fn clone(&self) -> FileArtifactVersion
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 moreSource§impl Debug for FileArtifactVersion
impl Debug for FileArtifactVersion
Source§impl Default for FileArtifactVersion
impl Default for FileArtifactVersion
Source§fn default() -> FileArtifactVersion
fn default() -> FileArtifactVersion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileArtifactVersion
impl RefUnwindSafe for FileArtifactVersion
impl Send for FileArtifactVersion
impl Sync for FileArtifactVersion
impl Unpin for FileArtifactVersion
impl UnwindSafe for FileArtifactVersion
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