Enum pyoxidizerlib::py_packaging::distribution::PythonDistributionLocation [−][src]
pub enum PythonDistributionLocation {
Local {
local_path: String,
sha256: String,
},
Url {
url: String,
sha256: String,
},
}Variants
Trait Implementations
impl Clone for PythonDistributionLocation[src]
impl Clone for PythonDistributionLocation[src]fn clone(&self) -> PythonDistributionLocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for PythonDistributionLocation[src]
impl Eq for PythonDistributionLocation[src]impl Hash for PythonDistributionLocation[src]
impl Hash for PythonDistributionLocation[src]impl PartialEq<PythonDistributionLocation> for PythonDistributionLocation[src]
impl PartialEq<PythonDistributionLocation> for PythonDistributionLocation[src]fn eq(&self, other: &PythonDistributionLocation) -> bool[src]
fn ne(&self, other: &PythonDistributionLocation) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for PythonDistributionLocation
impl RefUnwindSafe for PythonDistributionLocationimpl Send for PythonDistributionLocation
impl Send for PythonDistributionLocationimpl Sync for PythonDistributionLocation
impl Sync for PythonDistributionLocationimpl Unpin for PythonDistributionLocation
impl Unpin for PythonDistributionLocationimpl UnwindSafe for PythonDistributionLocation
impl UnwindSafe for PythonDistributionLocationBlanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,