[][src]Struct cargo::sources::git::GitDatabase

pub struct GitDatabase { /* fields omitted */ }

GitDatabase is a local clone of a remote repository's database. Multiple GitCheckouts can be cloned from this GitDatabase.

Methods

impl GitDatabase[src]

pub fn copy_to(
    &self,
    rev: GitRevision,
    dest: &Path,
    cargo_config: &Config
) -> CargoResult<GitCheckout>
[src]

pub fn to_short_id(&self, revision: &GitRevision) -> CargoResult<GitShortID>[src]

pub fn has_ref(&self, reference: &str) -> CargoResult<()>[src]

Trait Implementations

impl Serialize for GitDatabase[src]

Auto Trait Implementations

impl Send for GitDatabase

impl !Sync for GitDatabase

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self