Enum pyoxidizerlib::project_layout::PyembedLocation [−][src]
How to define the pyembed crate dependency.
Variants
Version(String)Use a specific version, installed from the crate registry.
(This is how most Rust dependencies are defined.)
Path(PathBuf)Use a local filesystem path.
A git repository URL and revision hash.
Implementations
impl PyembedLocation[src]
impl PyembedLocation[src]pub fn cargo_manifest_fields(&self) -> String[src]
Convert the location to a string holding Cargo manifest location info.
Auto Trait Implementations
impl RefUnwindSafe for PyembedLocation
impl RefUnwindSafe for PyembedLocationimpl Send for PyembedLocation
impl Send for PyembedLocationimpl Sync for PyembedLocation
impl Sync for PyembedLocationimpl Unpin for PyembedLocation
impl Unpin for PyembedLocationimpl UnwindSafe for PyembedLocation
impl UnwindSafe for PyembedLocationBlanket Implementations
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>,