struct SourceConfigDef {
    replace_with: OptValue<String>,
    directory: Option<ConfigRelativePath>,
    registry: OptValue<String>,
    local_registry: Option<ConfigRelativePath>,
    git: OptValue<String>,
    branch: OptValue<String>,
    tag: OptValue<String>,
    rev: OptValue<String>,
}
Expand description

Definition of a source in a config file.

Fields§

§replace_with: OptValue<String>

Indicates this source should be replaced with another of the given name.

§directory: Option<ConfigRelativePath>

A directory source.

§registry: OptValue<String>

A registry source. Value is a URL.

§local_registry: Option<ConfigRelativePath>

A local registry source.

§git: OptValue<String>

A git source. Value is a URL.

§branch: OptValue<String>

The git branch.

§tag: OptValue<String>

The git tag.

§rev: OptValue<String>

The git revision.

Trait Implementations§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.

Size: 448 bytes