[go: up one dir, main page]

pub struct CrateSpec {
    pub name: String,
    pub version_req: Option<String>,
}
Expand description

User-specified crate

This can be a

  • Name (e.g. docopt)
  • Name and a version req (e.g. docopt@^0.8)
  • Path

Fields

name: String

Crate name

version_req: Option<String>

Optional version requirement

Implementations

Convert a string to a Crate

Trait Implementations

Formats the value using the given formatter. Read more
The associated error which can be returned from parsing.
Parses a string s to return a value of this type. 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.

The alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
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.