pub struct Name;Expand description
Public marker for read names.
Trait Implementations§
Source§impl BitOr<Name> for NameQuality
impl BitOr<Name> for NameQuality
Source§impl BitOr<Name> for NameQualityKey
impl BitOr<Name> for NameQualityKey
Source§impl BitOr<Name> for NameSequence
impl BitOr<Name> for NameSequence
Source§impl BitOr<Name> for NameSequenceKey
impl BitOr<Name> for NameSequenceKey
Source§impl BitOr<Name> for NameSequenceQuality
impl BitOr<Name> for NameSequenceQuality
Source§impl BitOr<Name> for QualityKey
impl BitOr<Name> for QualityKey
Source§impl BitOr<Name> for SequenceKey
impl BitOr<Name> for SequenceKey
Source§impl BitOr<Name> for SequenceQuality
impl BitOr<Name> for SequenceQuality
Source§impl BitOr<Name> for SequenceQualityKey
impl BitOr<Name> for SequenceQualityKey
Source§impl BitOr<NameQuality> for Name
impl BitOr<NameQuality> for Name
Source§type Output = NameQuality
type Output = NameQuality
The resulting type after applying the
| operator.Source§impl BitOr<NameQualityKey> for Name
impl BitOr<NameQualityKey> for Name
Source§type Output = NameQualityKey
type Output = NameQualityKey
The resulting type after applying the
| operator.Source§impl BitOr<NameSequence> for Name
impl BitOr<NameSequence> for Name
Source§type Output = NameSequence
type Output = NameSequence
The resulting type after applying the
| operator.Source§impl BitOr<NameSequenceKey> for Name
impl BitOr<NameSequenceKey> for Name
Source§type Output = NameSequenceKey
type Output = NameSequenceKey
The resulting type after applying the
| operator.Source§impl BitOr<NameSequenceQuality> for Name
impl BitOr<NameSequenceQuality> for Name
Source§type Output = NameSequenceQuality
type Output = NameSequenceQuality
The resulting type after applying the
| operator.Source§impl BitOr<QualityKey> for Name
impl BitOr<QualityKey> for Name
Source§type Output = NameQualityKey
type Output = NameQualityKey
The resulting type after applying the
| operator.Source§impl BitOr<SequenceKey> for Name
impl BitOr<SequenceKey> for Name
Source§type Output = NameSequenceKey
type Output = NameSequenceKey
The resulting type after applying the
| operator.Source§impl BitOr<SequenceQuality> for Name
impl BitOr<SequenceQuality> for Name
Source§type Output = NameSequenceQuality
type Output = NameSequenceQuality
The resulting type after applying the
| operator.Source§impl BitOr<SequenceQualityKey> for Name
impl BitOr<SequenceQualityKey> for Name
impl Copy for Name
impl SelectionExpr for Name
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnsafeUnpin for Name
impl UnwindSafe for Name
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