[][src]Struct coveralls_api::GitInfo

pub struct GitInfo {
    pub head: Head,
    pub branch: String,
    pub remotes: Vec<Remote>,
}

Fields

head: Headbranch: Stringremotes: Vec<Remote>

Trait Implementations

impl Clone for GitInfo[src]

impl Debug for GitInfo[src]

impl Default for GitInfo[src]

impl<'de> Deserialize<'de> for GitInfo[src]

impl Eq for GitInfo[src]

impl Hash for GitInfo[src]

impl Ord for GitInfo[src]

impl PartialEq<GitInfo> for GitInfo[src]

impl PartialOrd<GitInfo> for GitInfo[src]

impl Serialize for GitInfo[src]

impl StructuralEq for GitInfo[src]

impl StructuralPartialEq for GitInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for GitInfo

impl Send for GitInfo

impl Sync for GitInfo

impl Unpin for GitInfo

impl UnwindSafe for GitInfo

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.