Enum asyncgit::remote_progress::RemoteProgressState [−][src]
pub enum RemoteProgressState {
PackingAddingObject,
PackingDeltafiction,
Pushing,
Transfer,
Done,
}
Expand description
used for push/pull
Variants
PackingAddingObject
PackingDeltafiction
Pushing
Transfer
fetch progress
Done
remote progress done
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RemoteProgressState
impl Send for RemoteProgressState
impl Sync for RemoteProgressState
impl Unpin for RemoteProgressState
impl UnwindSafe for RemoteProgressState
Blanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more