Struct gitlab::types::Deployment [−][src]
pub struct Deployment {
pub id: DeploymentId,
pub iid: u64,
pub ref: String,
pub sha: String,
pub created_at: String,
pub status: Option<String>,
pub user: UserBasic,
pub deployable: Deployable,
}
Fields
id: DeploymentId
iid: u64
ref: String
sha: String
created_at: String
status: Option<String>
user: UserBasic
deployable: Deployable
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Deployment
impl Send for Deployment
impl Sync for Deployment
impl Unpin for Deployment
impl UnwindSafe for Deployment
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more