pub enum TraitImplItemOrder {
Alphabetical,
TraitItemOrdering,
AlphabeticalOrTraitItemOrdering,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TraitImplItemOrder
impl Clone for TraitImplItemOrder
Source§fn clone(&self) -> TraitImplItemOrder
fn clone(&self) -> TraitImplItemOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TraitImplItemOrder
Source§impl Debug for TraitImplItemOrder
impl Debug for TraitImplItemOrder
Source§impl Deserialize for TraitImplItemOrder
impl Deserialize for TraitImplItemOrder
Source§fn deserialize(dcx: &DiagCtxt<'_>, value: &Spanned<DeValue<'_>>) -> Option<Self>
fn deserialize(dcx: &DiagCtxt<'_>, value: &Spanned<DeValue<'_>>) -> Option<Self>
Attempt to deserialize the value. Returns
None and raises an error on failure.Source§impl DeserializeOrDefault<()> for TraitImplItemOrder
impl DeserializeOrDefault<()> for TraitImplItemOrder
Source§fn deserialize_or_default(
dcx: &DiagCtxt<'_>,
value: &Spanned<DeValue<'_>>,
default: (),
) -> Self
fn deserialize_or_default( dcx: &DiagCtxt<'_>, value: &Spanned<DeValue<'_>>, default: (), ) -> Self
Attempt to deserialize the value. Returns the default value and raises an error on failure.
impl Eq for TraitImplItemOrder
Source§impl FromDefault<()> for TraitImplItemOrder
impl FromDefault<()> for TraitImplItemOrder
Source§fn from_default((): ()) -> Self
fn from_default((): ()) -> Self
Creates this value from a default value.
Source§fn display_default((): ()) -> impl Display
fn display_default((): ()) -> impl Display
Writes the default value to a string.
Source§impl FromDefault<TraitImplItemOrder> for TraitImplItemOrder
impl FromDefault<TraitImplItemOrder> for TraitImplItemOrder
Source§fn from_default(default: TraitImplItemOrder) -> Self
fn from_default(default: TraitImplItemOrder) -> Self
Creates this value from a default value.
Source§fn display_default(default: TraitImplItemOrder) -> impl Display
fn display_default(default: TraitImplItemOrder) -> impl Display
Writes the default value to a string.
Source§impl Hash for TraitImplItemOrder
impl Hash for TraitImplItemOrder
Source§impl PartialEq for TraitImplItemOrder
impl PartialEq for TraitImplItemOrder
impl StructuralPartialEq for TraitImplItemOrder
Auto Trait Implementations§
impl DynSend for TraitImplItemOrder
impl DynSync for TraitImplItemOrder
impl Freeze for TraitImplItemOrder
impl RefUnwindSafe for TraitImplItemOrder
impl Send for TraitImplItemOrder
impl Sync for TraitImplItemOrder
impl Unpin for TraitImplItemOrder
impl UnsafeUnpin for TraitImplItemOrder
impl UnwindSafe for TraitImplItemOrder
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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 moreLayout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Alphabetical: 0 bytesTraitItemOrdering: 0 bytesAlphabeticalOrTraitItemOrdering: 0 bytes