Enum k8s_cluster_api::v1beta1::Infrastructure [−][src]
pub enum Infrastructure {
Aws(AWSCluster),
}
Variants
Aws(AWSCluster)
Tuple Fields
0: AWSCluster
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Infrastructure
impl Send for Infrastructure
impl Sync for Infrastructure
impl Unpin for Infrastructure
impl UnwindSafe for Infrastructure
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more