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