Struct statehub_api::v0::CreateClusterDto [−][src]
pub struct CreateClusterDto {
pub name: ClusterName,
pub namespace: Option<String>,
pub provider: Provider,
pub locations: ClusterLocations,
}
Fields
name: ClusterName
namespace: Option<String>
provider: Provider
locations: ClusterLocations
Trait Implementations
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 RefUnwindSafe for CreateClusterDto
impl Send for CreateClusterDto
impl Sync for CreateClusterDto
impl Unpin for CreateClusterDto
impl UnwindSafe for CreateClusterDto
Blanket Implementations
Mutably borrows from an owned value. Read more