#[non_exhaustive]pub enum FluffyState {
Disposition,
Operational,
Other,
UnderDevelopment,
}
Expand description
The operational status.
Name of the file before it was encoded as Base64 to be embedded in a resource. This is the name that will be assigned to the file when the file is decoded.
A non-colonized name as defined by XML Schema Part 2: Datatypes Second Edition. https://www.w3.org/TR/xmlschema11-2/#NCName.
A textual label that provides a sub-type or characterization of the property’s name.
An identifier for relating distinct sets of properties.
A textual label, within a namespace, that uniquely identifies a specific attribute, characteristic, or quality of the property’s containing object.
A human-oriented identifier reference to a role performed.
A human-oriented reference to a parameter within a control, who’s catalog has been imported into the current implementation context.
A reference to a control with a corresponding id value. When referencing an externally defined control, the Control Identifier Reference must be used in the context of the external / imported OSCAL instance (e.g., uri-reference).
A human-oriented identifier reference to a control statement.
A reference to a role performed by a party.
The type of action documented by the assembly, such as an approval.
A unique identifier for the role.
Reference to a role by UUID.
Describes the type of relationship provided by the link’s hypertext reference. This can be an indicator of the link’s purpose.
Identifies the implementation status of the control or control objective.
Indicates the type of address.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Trait Implementations§
Source§impl Clone for FluffyState
impl Clone for FluffyState
Source§fn clone(&self) -> FluffyState
fn clone(&self) -> FluffyState
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more