Enum hosted_git_info::DefaultRepresentation [−][src]
pub enum DefaultRepresentation {
Shortcut,
Git,
Https,
Ssh,
Other,
}Expand description
Enum of the original URL types (shortcut, https, ssh, …)
Variants
Example: Turbo87/hosted-git-info-rs
Example: git://github.com/Turbo87/hosted-git-info-rs
Example: https://github.com/Turbo87/hosted-git-info-rs.git
Example: git+ssh://git@github.com:Turbo87/hosted-git-info-rs.git
anything else 🤷
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefaultRepresentation
impl Send for DefaultRepresentation
impl Sync for DefaultRepresentation
impl Unpin for DefaultRepresentation
impl UnwindSafe for DefaultRepresentation
Blanket Implementations
Mutably borrows from an owned value. Read more