Enum asyncgit::AsyncGitNotification [−][src]
pub enum AsyncGitNotification {
FinishUnchanged,
Status,
Diff,
Log,
CommitFiles,
Tags,
Push,
PushTags,
Fetch,
Blame,
}Expand description
this type is used to communicate events back through the channel
Variants
this indicates that no new state was fetched but that a async process finished
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AsyncGitNotification
impl Send for AsyncGitNotification
impl Sync for AsyncGitNotification
impl Unpin for AsyncGitNotification
impl UnwindSafe for AsyncGitNotification
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