pub struct AirflowClusterStatus {
pub conditions: Option<Vec<Condition>>,
}Fields§
§conditions: Option<Vec<Condition>>Trait Implementations§
Source§impl Clone for AirflowClusterStatus
impl Clone for AirflowClusterStatus
Source§fn clone(&self) -> AirflowClusterStatus
fn clone(&self) -> AirflowClusterStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AirflowClusterStatus
impl Debug for AirflowClusterStatus
Source§impl Default for AirflowClusterStatus
impl Default for AirflowClusterStatus
Source§fn default() -> AirflowClusterStatus
fn default() -> AirflowClusterStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AirflowClusterStatus
impl<'de> Deserialize<'de> for AirflowClusterStatus
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 AirflowClusterStatus
impl PartialEq for AirflowClusterStatus
Source§impl Serialize for AirflowClusterStatus
impl Serialize for AirflowClusterStatus
impl StructuralPartialEq for AirflowClusterStatus
Auto Trait Implementations§
impl Freeze for AirflowClusterStatus
impl RefUnwindSafe for AirflowClusterStatus
impl Send for AirflowClusterStatus
impl Sync for AirflowClusterStatus
impl Unpin for AirflowClusterStatus
impl UnsafeUnpin for AirflowClusterStatus
impl UnwindSafe for AirflowClusterStatus
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