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 Clone for DeployInput
impl Clone for DeployInput
Source§fn clone(&self) -> DeployInput
fn clone(&self) -> DeployInput
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 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
Source§impl PartialEq for DeployInput
impl PartialEq for DeployInput
Source§impl Serialize for DeployInput
impl Serialize for DeployInput
impl StructuralPartialEq for DeployInput
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