[][src]Struct git_packetline::RemoteProgress

pub struct RemoteProgress<'a> {
    pub action: &'a BStr,
    pub percent: Option<u32>,
    pub step: Option<usize>,
    pub max: Option<usize>,
}

Fields

action: &'a BStrpercent: Option<u32>step: Option<usize>max: Option<usize>

Trait Implementations

impl<'a> Clone for RemoteProgress<'a>[src]

impl<'a> Copy for RemoteProgress<'a>[src]

impl<'a> Debug for RemoteProgress<'a>[src]

impl<'a> Eq for RemoteProgress<'a>[src]

impl<'a> Hash for RemoteProgress<'a>[src]

impl<'a> Ord for RemoteProgress<'a>[src]

impl<'a> PartialEq<RemoteProgress<'a>> for RemoteProgress<'a>[src]

impl<'a> PartialOrd<RemoteProgress<'a>> for RemoteProgress<'a>[src]

impl<'a> StructuralEq for RemoteProgress<'a>[src]

impl<'a> StructuralPartialEq for RemoteProgress<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for RemoteProgress<'a>

impl<'a> Send for RemoteProgress<'a>

impl<'a> Sync for RemoteProgress<'a>

impl<'a> Unpin for RemoteProgress<'a>

impl<'a> UnwindSafe for RemoteProgress<'a>

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> 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.