pub enum UpstreamSourceFormat {
Tgz,
Binary,
}Expand description
Supported upstream artifact formats.
Variants§
Trait Implementations§
Source§impl Clone for UpstreamSourceFormat
impl Clone for UpstreamSourceFormat
Source§fn clone(&self) -> UpstreamSourceFormat
fn clone(&self) -> UpstreamSourceFormat
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 UpstreamSourceFormat
impl Debug for UpstreamSourceFormat
Source§impl Default for UpstreamSourceFormat
impl Default for UpstreamSourceFormat
Source§fn default() -> UpstreamSourceFormat
fn default() -> UpstreamSourceFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpstreamSourceFormat
impl<'de> Deserialize<'de> for UpstreamSourceFormat
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 UpstreamSourceFormat
impl PartialEq for UpstreamSourceFormat
impl Copy for UpstreamSourceFormat
impl Eq for UpstreamSourceFormat
impl StructuralPartialEq for UpstreamSourceFormat
Auto Trait Implementations§
impl Freeze for UpstreamSourceFormat
impl RefUnwindSafe for UpstreamSourceFormat
impl Send for UpstreamSourceFormat
impl Sync for UpstreamSourceFormat
impl Unpin for UpstreamSourceFormat
impl UnsafeUnpin for UpstreamSourceFormat
impl UnwindSafe for UpstreamSourceFormat
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