pub struct Quality;Expand description
Public marker for qualities.
Trait Implementations§
Source§impl BitOr<NameQualityKey> for Quality
impl BitOr<NameQualityKey> for Quality
Source§type Output = NameQualityKey
type Output = NameQualityKey
The resulting type after applying the
| operator.Source§impl BitOr<NameSequence> for Quality
impl BitOr<NameSequence> for Quality
Source§type Output = NameSequenceQuality
type Output = NameSequenceQuality
The resulting type after applying the
| operator.Source§impl BitOr<NameSequenceKey> for Quality
impl BitOr<NameSequenceKey> for Quality
Source§impl BitOr<NameSequenceQuality> for Quality
impl BitOr<NameSequenceQuality> for Quality
Source§type Output = NameSequenceQuality
type Output = NameSequenceQuality
The resulting type after applying the
| operator.Source§impl BitOr<Quality> for NameQualityKey
impl BitOr<Quality> for NameQualityKey
Source§impl BitOr<Quality> for NameSequence
impl BitOr<Quality> for NameSequence
Source§impl BitOr<Quality> for NameSequenceKey
impl BitOr<Quality> for NameSequenceKey
Source§impl BitOr<Quality> for NameSequenceQuality
impl BitOr<Quality> for NameSequenceQuality
Source§impl BitOr<Quality> for QualityKey
impl BitOr<Quality> for QualityKey
Source§impl BitOr<Quality> for SequenceKey
impl BitOr<Quality> for SequenceKey
Source§impl BitOr<Quality> for SequenceQualityKey
impl BitOr<Quality> for SequenceQualityKey
Source§impl BitOr<QualityKey> for Quality
impl BitOr<QualityKey> for Quality
Source§type Output = QualityKey
type Output = QualityKey
The resulting type after applying the
| operator.Source§impl BitOr<SequenceKey> for Quality
impl BitOr<SequenceKey> for Quality
Source§type Output = SequenceQualityKey
type Output = SequenceQualityKey
The resulting type after applying the
| operator.Source§impl BitOr<SequenceQualityKey> for Quality
impl BitOr<SequenceQualityKey> for Quality
Source§type Output = SequenceQualityKey
type Output = SequenceQualityKey
The resulting type after applying the
| operator.impl Copy for Quality
impl SelectionExpr for Quality
Auto Trait Implementations§
impl Freeze for Quality
impl RefUnwindSafe for Quality
impl Send for Quality
impl Sync for Quality
impl Unpin for Quality
impl UnsafeUnpin for Quality
impl UnwindSafe for Quality
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,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more