Struct jenkins_api::action::GitTagAction[][src]

pub struct GitTagAction {}

An action for a git tag

Trait Implementations

impl Debug for GitTagAction
[src]

Formats the value using the given formatter. Read more

impl Copy for GitTagAction
[src]

impl Clone for GitTagAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Class for GitTagAction
[src]

Should reply the _class provided by Jenkins for a type

impl Action for GitTagAction
[src]

Auto Trait Implementations