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