Enum libwally::package_source::PackageSourceId [−][src]
Variants
Git(Url)Tuple Fields of Git
0: UrlPath(PathBuf)Tuple Fields of Path
0: PathBufTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PackageSourceId
impl Send for PackageSourceId
impl Sync for PackageSourceId
impl Unpin for PackageSourceId
impl UnwindSafe for PackageSourceId
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self