pub enum DefCombinatorStyle {
Ordered,
AllMustOccur,
Options,
Alternatives,
}Variants§
Trait Implementations§
Source§impl Clone for DefCombinatorStyle
impl Clone for DefCombinatorStyle
Source§fn clone(&self) -> DefCombinatorStyle
fn clone(&self) -> DefCombinatorStyle
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 DefCombinatorStyle
impl Debug for DefCombinatorStyle
Source§impl Ord for DefCombinatorStyle
impl Ord for DefCombinatorStyle
Source§fn cmp(&self, other: &DefCombinatorStyle) -> Ordering
fn cmp(&self, other: &DefCombinatorStyle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DefCombinatorStyle
impl PartialEq for DefCombinatorStyle
Source§impl PartialOrd for DefCombinatorStyle
impl PartialOrd for DefCombinatorStyle
impl Copy for DefCombinatorStyle
impl Eq for DefCombinatorStyle
impl StructuralPartialEq for DefCombinatorStyle
Auto Trait Implementations§
impl Freeze for DefCombinatorStyle
impl RefUnwindSafe for DefCombinatorStyle
impl Send for DefCombinatorStyle
impl Sync for DefCombinatorStyle
impl Unpin for DefCombinatorStyle
impl UnwindSafe for DefCombinatorStyle
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