pub enum Topic {
JobsChanged,
NextJobChanged,
GetPendingSuccess,
GetPendingFailed,
StartNextSuccess,
StartNextFailed,
DescribeSuccess,
DescribeFailed,
UpdateSuccess,
UpdateFailed,
}
Expand description
Topic values for subscription requests.
Variants§
JobsChanged
NextJobChanged
GetPendingSuccess
GetPendingFailed
StartNextSuccess
StartNextFailed
DescribeSuccess
DescribeFailed
UpdateSuccess
UpdateFailed
Trait Implementations§
Source§impl PartialOrd for Topic
impl PartialOrd for Topic
impl StructuralPartialEq for Topic
Auto Trait Implementations§
impl Freeze for Topic
impl RefUnwindSafe for Topic
impl Send for Topic
impl Sync for Topic
impl Unpin for Topic
impl UnwindSafe for Topic
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more