pub enum Function {
ListJobs,
CreateJobPlan,
RetrieveMostRecentJobDeployment,
CreateOrUpdateJob,
ReadJob,
StopJob,
}Expand description
The functions supported by the consul client.
Variants§
ListJobs
The list_jobs function.
CreateJobPlan
The create_job_plan function.
RetrieveMostRecentJobDeployment
The retrieve_most_recent_job_deployment function.
CreateOrUpdateJob
The create_or_update_job function.
ReadJob
The read_job function.
StopJob
The stop_job function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Function
impl RefUnwindSafe for Function
impl Send for Function
impl Sync for Function
impl Unpin for Function
impl UnwindSafe for Function
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