pub struct GitSource {
pub repo: String,
pub branch: Option<String>,
pub rev: Option<String>,
pub tag: Option<String>,
}
Fields
repo: String
branch: Option<String>
rev: Option<String>
tag: Option<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GitSource
impl UnwindSafe for GitSource
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