Enum k8s_cluster_api::v1beta1::MachineTemplate [−][src]
pub enum MachineTemplate {
Aws(AWSMachineTemplate),
}
Variants
Aws(AWSMachineTemplate)
Tuple Fields
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MachineTemplate
impl Send for MachineTemplate
impl Sync for MachineTemplate
impl Unpin for MachineTemplate
impl UnwindSafe for MachineTemplate
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