pub enum Provider {
Aws,
Azure,
DigitalOcean,
Equinix,
Gcp,
All,
}Expand description
We provide a shim between the Seaplane Provider so we can do some additional UX work like ‘all’
Variants§
Implementations§
source§impl Provider
impl Provider
pub fn into_model(&self) -> Option<ProviderModel>
Trait Implementations§
source§impl<'a> Into<Provider> for &'a Provider
impl<'a> Into<Provider> for &'a Provider
source§fn into(self) -> ProviderModel
fn into(self) -> ProviderModel
Converts this type into the (usually inferred) input type.
source§impl PartialEq<Provider> for Provider
impl PartialEq<Provider> for Provider
impl Copy for Provider
impl Eq for Provider
impl StructuralEq for Provider
impl StructuralPartialEq for Provider
Auto Trait Implementations§
impl RefUnwindSafe for Provider
impl Send for Provider
impl Sync for Provider
impl Unpin for Provider
impl UnwindSafe for Provider
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.