pub enum FeatureElement {
Notation(Notation),
Require(FeatureSpecification),
Remove(FeatureSpecification),
}Variants§
Notation(Notation)
Require(FeatureSpecification)
Definitions that are exposed by the specification.
Remove(FeatureSpecification)
Definitions which are not to be exposed by the specification.
Trait Implementations§
Source§impl Debug for FeatureElement
impl Debug for FeatureElement
Source§impl<'de> Deserialize<'de> for FeatureElement
impl<'de> Deserialize<'de> for FeatureElement
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
Auto Trait Implementations§
impl Freeze for FeatureElement
impl RefUnwindSafe for FeatureElement
impl Send for FeatureElement
impl Sync for FeatureElement
impl Unpin for FeatureElement
impl UnwindSafe for FeatureElement
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