pub enum DefinitionPrefix {
Abstract,
Variation,
}Expand description
BNF BasicDefinitionPrefix: abstract | variation.
Variants§
Trait Implementations§
Source§impl Clone for DefinitionPrefix
impl Clone for DefinitionPrefix
Source§fn clone(&self) -> DefinitionPrefix
fn clone(&self) -> DefinitionPrefix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DefinitionPrefix
impl Debug for DefinitionPrefix
impl Eq for DefinitionPrefix
Source§impl PartialEq for DefinitionPrefix
impl PartialEq for DefinitionPrefix
Source§fn eq(&self, other: &DefinitionPrefix) -> bool
fn eq(&self, other: &DefinitionPrefix) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DefinitionPrefix
Auto Trait Implementations§
impl Freeze for DefinitionPrefix
impl RefUnwindSafe for DefinitionPrefix
impl Send for DefinitionPrefix
impl Sync for DefinitionPrefix
impl Unpin for DefinitionPrefix
impl UnsafeUnpin for DefinitionPrefix
impl UnwindSafe for DefinitionPrefix
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