pub struct BuildDeploymentStatus {
pub status: BuildDeploymentStatusType,
pub status_updated_at: i64,
}
Fields§
§status: BuildDeploymentStatusType
§status_updated_at: i64
The time when the deployment status changed.
Implementations§
Source§impl BuildDeploymentStatus
impl BuildDeploymentStatus
pub fn new( status: BuildDeploymentStatusType, status_updated_at: i64, ) -> BuildDeploymentStatus
Trait Implementations§
Source§impl Clone for BuildDeploymentStatus
impl Clone for BuildDeploymentStatus
Source§fn clone(&self) -> BuildDeploymentStatus
fn clone(&self) -> BuildDeploymentStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BuildDeploymentStatus
impl Debug for BuildDeploymentStatus
Source§impl<'de> Deserialize<'de> for BuildDeploymentStatus
impl<'de> Deserialize<'de> for BuildDeploymentStatus
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
Source§impl PartialEq for BuildDeploymentStatus
impl PartialEq for BuildDeploymentStatus
Source§impl Serialize for BuildDeploymentStatus
impl Serialize for BuildDeploymentStatus
impl StructuralPartialEq for BuildDeploymentStatus
Auto Trait Implementations§
impl Freeze for BuildDeploymentStatus
impl RefUnwindSafe for BuildDeploymentStatus
impl Send for BuildDeploymentStatus
impl Sync for BuildDeploymentStatus
impl Unpin for BuildDeploymentStatus
impl UnwindSafe for BuildDeploymentStatus
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