Struct cargo::core::source::SourceId [] [src]

pub struct SourceId { /* fields omitted */ }

Unique identifier for a source of packages.

Methods

impl SourceId
[src]

[src]

Parses a source URL and returns the corresponding ID.

Example

use cargo::core::SourceId;
SourceId::from_url("git+https://github.com/alexcrichton/\
                    libssh2-static-sys#80e71a3021618eb05\
                    656c58fb7c5ef5f12bc747f");

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Returns the SourceId corresponding to the main repository.

This is the main cargo registry by default, but it can be overridden in a .cargo/config.

[src]

[src]

[src]

[src]

[src]

Creates an implementation of Source corresponding to this ID.

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for SourceId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for SourceId
[src]

impl Debug for SourceId
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SourceId
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl PartialOrd for SourceId
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

1.0.0
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

1.0.0
[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

1.0.0
[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

1.0.0
[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for SourceId
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl Serialize for SourceId
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SourceId
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Display for SourceId
[src]

[src]

Formats the value using the given formatter. Read more

impl Hash for SourceId
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more