Skip to main content

Name

Struct Name 

Source
pub struct Name;
Expand description

Public marker for read names.

Trait Implementations§

Source§

impl BitOr<AllFields> for Name

Source§

type Output = AllFields

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: AllFields) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Key> for Name

Source§

type Output = NameKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Key) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for AllFields

Source§

type Output = AllFields

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for Key

Source§

type Output = NameKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for NameKey

Source§

type Output = NameKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for NameQuality

Source§

type Output = NameQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for NameQualityKey

Source§

type Output = NameQualityKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for NameSequence

Source§

type Output = NameSequence

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for NameSequenceKey

Source§

type Output = NameSequenceKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for NameSequenceQuality

Source§

type Output = NameSequenceQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for Quality

Source§

type Output = NameQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for QualityKey

Source§

type Output = NameQualityKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for Sequence

Source§

type Output = NameSequence

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for SequenceKey

Source§

type Output = NameSequenceKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for SequenceQuality

Source§

type Output = NameSequenceQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Name> for SequenceQualityKey

Source§

type Output = AllFields

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<NameKey> for Name

Source§

type Output = NameKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: NameKey) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<NameQuality> for Name

Source§

type Output = NameQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: NameQuality) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<NameQualityKey> for Name

Source§

type Output = NameQualityKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: NameQualityKey) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<NameSequence> for Name

Source§

type Output = NameSequence

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: NameSequence) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<NameSequenceKey> for Name

Source§

type Output = NameSequenceKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: NameSequenceKey) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<NameSequenceQuality> for Name

Source§

type Output = NameSequenceQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: NameSequenceQuality) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Quality> for Name

Source§

type Output = NameQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Quality) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<QualityKey> for Name

Source§

type Output = NameQualityKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: QualityKey) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<Sequence> for Name

Source§

type Output = NameSequence

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Sequence) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<SequenceKey> for Name

Source§

type Output = NameSequenceKey

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: SequenceKey) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<SequenceQuality> for Name

Source§

type Output = NameSequenceQuality

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: SequenceQuality) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr<SequenceQualityKey> for Name

Source§

type Output = AllFields

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: SequenceQualityKey) -> Self::Output

Performs the | operation. Read more
Source§

impl BitOr for Name

Source§

type Output = Name

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: Name) -> Self::Output

Performs the | operation. Read more
Source§

impl Clone for Name

Source§

fn clone(&self) -> Name

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Name

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for Name

Source§

fn default() -> Name

Returns the “default value” for a type. Read more
Source§

impl Copy for Name

Source§

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V