pub struct Declared {Show 13 fields
pub application: Option<String>,
pub automated: Option<bool>,
pub cd: Option<Box<CdApp>>,
pub digest: Option<String>,
pub env: Option<Vec<DeclareEnv>>,
pub hosts: Option<Vec<String>>,
pub name: Option<String>,
pub org: Option<String>,
pub path: Option<String>,
pub project: Option<String>,
pub replicas: Option<i32>,
pub repository: Option<String>,
pub tag: Option<String>,
}Fields§
§application: Option<String>§automated: Option<bool>§cd: Option<Box<CdApp>>§digest: Option<String>§env: Option<Vec<DeclareEnv>>§hosts: Option<Vec<String>>§name: Option<String>§org: Option<String>§path: Option<String>§project: Option<String>§replicas: Option<i32>§repository: Option<String>§tag: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Declared
impl<'de> Deserialize<'de> for Declared
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
impl StructuralPartialEq for Declared
Auto Trait Implementations§
impl Freeze for Declared
impl RefUnwindSafe for Declared
impl Send for Declared
impl Sync for Declared
impl Unpin for Declared
impl UnsafeUnpin for Declared
impl UnwindSafe for Declared
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