pub enum UpperBound {
Bounded(u32),
Unbounded,
}Expand description
The inclusive upper bound of a rule’s cardinality.
Variants§
Bounded(u32)
At most the carried number of headings may match.
Unbounded
Any number of headings may match.
Trait Implementations§
Source§impl Clone for UpperBound
impl Clone for UpperBound
Source§fn clone(&self) -> UpperBound
fn clone(&self) -> UpperBound
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 UpperBound
Source§impl Debug for UpperBound
impl Debug for UpperBound
impl Eq for UpperBound
Source§impl Hash for UpperBound
impl Hash for UpperBound
Source§impl PartialEq for UpperBound
impl PartialEq for UpperBound
impl StructuralPartialEq for UpperBound
Auto Trait Implementations§
impl Freeze for UpperBound
impl RefUnwindSafe for UpperBound
impl Send for UpperBound
impl Sync for UpperBound
impl Unpin for UpperBound
impl UnsafeUnpin for UpperBound
impl UnwindSafe for UpperBound
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.