pub struct IncomingDeploy {
pub git_sha: String,
pub version: Option<String>,
pub env: Option<String>,
pub description: Option<String>,
pub deployer: Option<String>,
pub timestamp: Option<String>,
}Fields§
§git_sha: String§version: Option<String>§env: Option<String>§description: Option<String>§deployer: Option<String>§timestamp: Option<String>Trait Implementations§
Source§impl Debug for IncomingDeploy
impl Debug for IncomingDeploy
Source§impl<'de> Deserialize<'de> for IncomingDeploy
impl<'de> Deserialize<'de> for IncomingDeploy
Source§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 Freeze for IncomingDeploy
impl RefUnwindSafe for IncomingDeploy
impl Send for IncomingDeploy
impl Sync for IncomingDeploy
impl Unpin for IncomingDeploy
impl UnsafeUnpin for IncomingDeploy
impl UnwindSafe for IncomingDeploy
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