pub enum SourceItemOrderingModuleItemKind {
Show 16 variants
ExternCrate,
Mod,
ForeignMod,
Use,
Macro,
GlobalAsm,
Static,
Const,
TyAlias,
Enum,
Struct,
Union,
Trait,
TraitAlias,
Impl,
Fn,
}Variants§
ExternCrate
Mod
ForeignMod
Use
Macro
GlobalAsm
Static
Const
TyAlias
Enum
Struct
Union
Trait
TraitAlias
Impl
Fn
Implementations§
Source§impl SourceItemOrderingModuleItemKind
impl SourceItemOrderingModuleItemKind
pub fn all_variants() -> Vec<Self>
Trait Implementations§
Source§impl Clone for SourceItemOrderingModuleItemKind
impl Clone for SourceItemOrderingModuleItemKind
Source§fn clone(&self) -> SourceItemOrderingModuleItemKind
fn clone(&self) -> SourceItemOrderingModuleItemKind
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 SourceItemOrderingModuleItemKind
Source§impl Deserialize for SourceItemOrderingModuleItemKind
impl Deserialize for SourceItemOrderingModuleItemKind
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.impl Eq for SourceItemOrderingModuleItemKind
Source§impl FromDefault<SourceItemOrderingModuleItemKind> for SourceItemOrderingModuleItemKind
impl FromDefault<SourceItemOrderingModuleItemKind> for SourceItemOrderingModuleItemKind
Source§fn from_default(default: SourceItemOrderingModuleItemKind) -> Self
fn from_default(default: SourceItemOrderingModuleItemKind) -> Self
Creates this value from a default value.
Source§fn display_default(default: SourceItemOrderingModuleItemKind) -> impl Display
fn display_default(default: SourceItemOrderingModuleItemKind) -> impl Display
Writes the default value to a string.
impl StructuralPartialEq for SourceItemOrderingModuleItemKind
Auto Trait Implementations§
impl DynSend for SourceItemOrderingModuleItemKind
impl DynSync for SourceItemOrderingModuleItemKind
impl Freeze for SourceItemOrderingModuleItemKind
impl RefUnwindSafe for SourceItemOrderingModuleItemKind
impl Send for SourceItemOrderingModuleItemKind
impl Sync for SourceItemOrderingModuleItemKind
impl Unpin for SourceItemOrderingModuleItemKind
impl UnsafeUnpin for SourceItemOrderingModuleItemKind
impl UnwindSafe for SourceItemOrderingModuleItemKind
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:
ExternCrate: 0 bytesMod: 0 bytesForeignMod: 0 bytesUse: 0 bytesMacro: 0 bytesGlobalAsm: 0 bytesStatic: 0 bytesConst: 0 bytesTyAlias: 0 bytesEnum: 0 bytesStruct: 0 bytesUnion: 0 bytesTrait: 0 bytesTraitAlias: 0 bytesImpl: 0 bytesFn: 0 bytes