pub enum IsaRequirementType {
Objective,
Requirement,
ApplicationGuidance,
Definition,
}Expand description
Type of ISA requirement.
Variants§
Objective
Objective of the standard.
Requirement
Mandatory requirement (“shall”).
ApplicationGuidance
Application guidance (non-mandatory).
Definition
Definition.
Trait Implementations§
Source§impl Clone for IsaRequirementType
impl Clone for IsaRequirementType
Source§fn clone(&self) -> IsaRequirementType
fn clone(&self) -> IsaRequirementType
Returns a duplicate 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 IsaRequirementType
impl Debug for IsaRequirementType
Source§impl<'de> Deserialize<'de> for IsaRequirementType
impl<'de> Deserialize<'de> for IsaRequirementType
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
Source§impl Display for IsaRequirementType
impl Display for IsaRequirementType
Source§impl Hash for IsaRequirementType
impl Hash for IsaRequirementType
Source§impl PartialEq for IsaRequirementType
impl PartialEq for IsaRequirementType
Source§impl Serialize for IsaRequirementType
impl Serialize for IsaRequirementType
impl Copy for IsaRequirementType
impl Eq for IsaRequirementType
impl StructuralPartialEq for IsaRequirementType
Auto Trait Implementations§
impl Freeze for IsaRequirementType
impl RefUnwindSafe for IsaRequirementType
impl Send for IsaRequirementType
impl Sync for IsaRequirementType
impl Unpin for IsaRequirementType
impl UnwindSafe for IsaRequirementType
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