pub enum CompositionUseCase {
ResourceBlockCapable,
ExpandableSystem,
}
Variants§
ResourceBlockCapable
This value shall indicate the computer system supports being registered as a resource block in order for it to participate in composition requests.
ExpandableSystem
This value shall indicate the computer system supports expandable system composition and is associated with a resource block.
Trait Implementations§
source§impl Clone for CompositionUseCase
impl Clone for CompositionUseCase
source§fn clone(&self) -> CompositionUseCase
fn clone(&self) -> CompositionUseCase
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 CompositionUseCase
impl Debug for CompositionUseCase
source§impl Default for CompositionUseCase
impl Default for CompositionUseCase
source§fn default() -> CompositionUseCase
fn default() -> CompositionUseCase
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CompositionUseCase
impl<'de> Deserialize<'de> for CompositionUseCase
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more