pub enum ApiFamily {
Cloud,
Dns,
Security,
Storage,
Extended,
}Expand description
Provider API family.
Variants§
Cloud
Cloud infrastructure API.
Dns
DNS API.
Security
Security-related API resources.
Storage
Storage-related API resources.
Extended
Provider-specific post-1.0 API surface.
Trait Implementations§
impl Copy for ApiFamily
impl Eq for ApiFamily
Source§impl Ord for ApiFamily
impl Ord for ApiFamily
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ApiFamily
impl PartialOrd for ApiFamily
impl StructuralPartialEq for ApiFamily
Auto Trait Implementations§
impl Freeze for ApiFamily
impl RefUnwindSafe for ApiFamily
impl Send for ApiFamily
impl Sync for ApiFamily
impl Unpin for ApiFamily
impl UnsafeUnpin for ApiFamily
impl UnwindSafe for ApiFamily
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