pub enum ArtifactForm {
File,
Archive,
DirectorySnapshot,
Opaque,
}Variants§
Trait Implementations§
Source§impl Clone for ArtifactForm
impl Clone for ArtifactForm
Source§fn clone(&self) -> ArtifactForm
fn clone(&self) -> ArtifactForm
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 ArtifactForm
impl Debug for ArtifactForm
Source§impl<'de> Deserialize<'de> for ArtifactForm
impl<'de> Deserialize<'de> for ArtifactForm
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ArtifactForm
impl PartialEq for ArtifactForm
Source§impl Serialize for ArtifactForm
impl Serialize for ArtifactForm
impl Eq for ArtifactForm
impl StructuralPartialEq for ArtifactForm
Auto Trait Implementations§
impl Freeze for ArtifactForm
impl RefUnwindSafe for ArtifactForm
impl Send for ArtifactForm
impl Sync for ArtifactForm
impl Unpin for ArtifactForm
impl UnsafeUnpin for ArtifactForm
impl UnwindSafe for ArtifactForm
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