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