Docs.rs
pulith-source-0.1.0
pulith-source 0.1.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
lvyuemeng
Dependencies
pulith-resource ^0.1.0
normal
serde ^1.0.228
normal
thiserror ^2.0.18
normal
Versions
1.33%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
SourceSpec
pulith_
source
0.1.0
Source
Spec
Aliased Type
Associated Functions
new
from_locator
from_requested_resource
from_resolved_resource
Methods
into_planned
plan
In crate pulith_
source
pulith_source
Type Alias
Source
Spec
Copy item path
Source
pub type SourceSpec =
SourcePlan
<
Unplanned
>;
Aliased Type
§
pub struct SourceSpec {
/* private fields */
}
Implementations
§
Source
§
impl
SourceSpec
Source
pub fn
new
(set:
SourceSet
) -> Self
Source
pub fn
from_locator
(locator: &
ResourceLocator
) ->
Result
<Self>
Source
pub fn
from_requested_resource
(resource: &
RequestedResource
) ->
Result
<Self>
Source
pub fn
from_resolved_resource
(resource: &
ResolvedResource
) ->
Result
<Self>
Source
pub fn
plan
(self, strategy:
SelectionStrategy
) ->
PlannedSources
Source
pub fn
into_planned
(self, strategy:
SelectionStrategy
) ->
PlannedSources