pub struct SequenceQualityKey;Expand description
Selection set containing Sequence | Quality | Key.
Trait Implementations§
Source§impl BitOr<Key> for SequenceQualityKey
impl BitOr<Key> for SequenceQualityKey
Source§impl BitOr<Name> for SequenceQualityKey
impl BitOr<Name> for SequenceQualityKey
Source§impl BitOr<Quality> for SequenceQualityKey
impl BitOr<Quality> for SequenceQualityKey
Source§impl BitOr<Sequence> for SequenceQualityKey
impl BitOr<Sequence> for SequenceQualityKey
Source§impl BitOr<SequenceQualityKey> for Key
impl BitOr<SequenceQualityKey> for Key
Source§type Output = SequenceQualityKey
type Output = SequenceQualityKey
The resulting type after applying the
| operator.Source§impl BitOr<SequenceQualityKey> for Name
impl BitOr<SequenceQualityKey> for Name
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.Source§impl BitOr<SequenceQualityKey> for Sequence
impl BitOr<SequenceQualityKey> for Sequence
Source§type Output = SequenceQualityKey
type Output = SequenceQualityKey
The resulting type after applying the
| operator.Source§impl Clone for SequenceQualityKey
impl Clone for SequenceQualityKey
Source§fn clone(&self) -> SequenceQualityKey
fn clone(&self) -> SequenceQualityKey
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 SequenceQualityKey
impl Debug for SequenceQualityKey
Source§impl Default for SequenceQualityKey
impl Default for SequenceQualityKey
Source§fn default() -> SequenceQualityKey
fn default() -> SequenceQualityKey
Returns the “default value” for a type. Read more
impl Copy for SequenceQualityKey
impl SelectionExpr for SequenceQualityKey
Auto Trait Implementations§
impl Freeze for SequenceQualityKey
impl RefUnwindSafe for SequenceQualityKey
impl Send for SequenceQualityKey
impl Sync for SequenceQualityKey
impl Unpin for SequenceQualityKey
impl UnsafeUnpin for SequenceQualityKey
impl UnwindSafe for SequenceQualityKey
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