Struct cargo_binstall::Context [−][src]
pub struct Context {
pub name: String,
pub repo: Option<String>,
pub target: String,
pub version: String,
pub format: String,
pub bin: Option<String>,
}Expand description
Template for constructing download paths
Fields
name: Stringrepo: Option<String>target: Stringversion: Stringformat: Stringbin: Option<String>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Context
impl UnwindSafe for Context
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more