pub enum DefCombiner {
Group,
Choice,
Interleave,
}Expand description
Combiner kind on a <define> element.
Bare <define> is Group; <define combine="choice"> is Choice;
<define combine="interleave"> is Interleave. Mirrors the suffix on
upstream’s def/defchoice/definterleave ops.
Variants§
Trait Implementations§
Source§impl Clone for DefCombiner
impl Clone for DefCombiner
Source§fn clone(&self) -> DefCombiner
fn clone(&self) -> DefCombiner
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 moreimpl Copy for DefCombiner
Source§impl Debug for DefCombiner
impl Debug for DefCombiner
impl Eq for DefCombiner
Source§impl PartialEq for DefCombiner
impl PartialEq for DefCombiner
impl StructuralPartialEq for DefCombiner
Auto Trait Implementations§
impl Freeze for DefCombiner
impl RefUnwindSafe for DefCombiner
impl Send for DefCombiner
impl Sync for DefCombiner
impl Unpin for DefCombiner
impl UnsafeUnpin for DefCombiner
impl UnwindSafe for DefCombiner
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more