pub struct AllocDeploymentStatus {
pub healthy: Option<bool>,
pub timestamp: Option<String>,
pub canary: Option<bool>,
pub modify_index: Option<i32>,
}
Fields§
§healthy: Option<bool>
§timestamp: Option<String>
§canary: Option<bool>
§modify_index: Option<i32>
Implementations§
Source§impl AllocDeploymentStatus
impl AllocDeploymentStatus
pub fn new() -> AllocDeploymentStatus
Trait Implementations§
Source§impl Clone for AllocDeploymentStatus
impl Clone for AllocDeploymentStatus
Source§fn clone(&self) -> AllocDeploymentStatus
fn clone(&self) -> AllocDeploymentStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AllocDeploymentStatus
impl Debug for AllocDeploymentStatus
Source§impl<'de> Deserialize<'de> for AllocDeploymentStatus
impl<'de> Deserialize<'de> for AllocDeploymentStatus
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 AllocDeploymentStatus
impl PartialEq for AllocDeploymentStatus
Source§impl Serialize for AllocDeploymentStatus
impl Serialize for AllocDeploymentStatus
impl StructuralPartialEq for AllocDeploymentStatus
Auto Trait Implementations§
impl Freeze for AllocDeploymentStatus
impl RefUnwindSafe for AllocDeploymentStatus
impl Send for AllocDeploymentStatus
impl Sync for AllocDeploymentStatus
impl Unpin for AllocDeploymentStatus
impl UnwindSafe for AllocDeploymentStatus
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