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