pub struct DeployInput {
pub xnode_owner: Option<String>,
pub domain: Option<String>,
pub acme_email: Option<String>,
pub user_passwd: Option<String>,
pub encrypted: Option<String>,
pub initial_config: Option<String>,
}Fields§
§xnode_owner: Option<String>§domain: Option<String>§acme_email: Option<String>§user_passwd: Option<String>§encrypted: Option<String>§initial_config: Option<String>Implementations§
Source§impl DeployInput
impl DeployInput
pub fn cloud_init(&self) -> String
Trait Implementations§
Source§impl Debug for DeployInput
impl Debug for DeployInput
Source§impl<'de> Deserialize<'de> for DeployInput
impl<'de> Deserialize<'de> for DeployInput
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 DeployInput
impl RefUnwindSafe for DeployInput
impl Send for DeployInput
impl Sync for DeployInput
impl Unpin for DeployInput
impl UnwindSafe for DeployInput
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