Enum asyncgit::AsyncNotification [−][src]
pub enum AsyncNotification { FinishUnchanged, Status, Diff, Log, CommitFiles, Tags, Push, PushTags, Fetch, Blame, }
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
impl Clone for AsyncNotification
[src]
impl Clone for AsyncNotification
[src]fn clone(&self) -> AsyncNotification
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for AsyncNotification
[src]
impl Copy for AsyncNotification
[src]impl PartialEq<AsyncNotification> for AsyncNotification
[src]
impl PartialEq<AsyncNotification> for AsyncNotification
[src]Auto Trait Implementations
impl RefUnwindSafe for AsyncNotification
impl RefUnwindSafe for AsyncNotification
impl Send for AsyncNotification
impl Send for AsyncNotification
impl Sync for AsyncNotification
impl Sync for AsyncNotification
impl Unpin for AsyncNotification
impl Unpin for AsyncNotification
impl UnwindSafe for AsyncNotification
impl UnwindSafe for AsyncNotification
Blanket Implementations
impl<S, T> CastFloat<T> for S where
T: ConvFloat<S>,
[src]
impl<S, T> CastFloat<T> for S where
T: ConvFloat<S>,
[src]