Enum qapi_qmp::JobType [−][src]
pub enum JobType {
commit,
stream,
mirror,
backup,
create,
}Variants
commitstreammirrorbackupcreate
Trait Implementations
impl Debug for JobType[src]
impl Debug for JobTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for JobType[src]
impl Clone for JobType