Enum openstack_sdk::types::ServiceType
source · pub enum ServiceType {
BlockStorage,
Compute,
Image,
Identity,
Network,
ObjectStore,
Other(String),
}Expand description
Supported Service Types
Variants§
Trait Implementations§
source§impl Clone for ServiceType
impl Clone for ServiceType
source§fn clone(&self) -> ServiceType
fn clone(&self) -> ServiceType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ServiceType
impl Debug for ServiceType
source§impl Display for ServiceType
impl Display for ServiceType
source§impl From<&str> for ServiceType
impl From<&str> for ServiceType
source§fn from(val: &str) -> ServiceType
fn from(val: &str) -> ServiceType
Converts to this type from the input type.
source§impl PartialEq for ServiceType
impl PartialEq for ServiceType
source§fn eq(&self, other: &ServiceType) -> bool
fn eq(&self, other: &ServiceType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl SupportedServiceTypes for ServiceType
impl SupportedServiceTypes for ServiceType
fn get_supported_catalog_types(&self) -> Vec<&str>
impl Eq for ServiceType
impl StructuralPartialEq for ServiceType
Auto Trait Implementations§
impl RefUnwindSafe for ServiceType
impl Send for ServiceType
impl Sync for ServiceType
impl Unpin for ServiceType
impl UnwindSafe for ServiceType
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.