pub enum SourceItemOrderingModuleItemKind {
Show 16 variants
ExternCrate,
Mod,
ForeignMod,
Use,
Macro,
GlobalAsm,
Static,
Const,
TyAlias,
Enum,
Struct,
Union,
Trait,
TraitAlias,
Impl,
Fn,
}Expand description
Represents the items that can occur within a module.
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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SourceItemOrderingModuleItemKind
impl<'de> Deserialize<'de> for SourceItemOrderingModuleItemKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SourceItemOrderingModuleItemKind
impl StructuralPartialEq for SourceItemOrderingModuleItemKind
Auto Trait Implementations§
impl Freeze for SourceItemOrderingModuleItemKind
impl RefUnwindSafe for SourceItemOrderingModuleItemKind
impl Send for SourceItemOrderingModuleItemKind
impl Sync for SourceItemOrderingModuleItemKind
impl Unpin for SourceItemOrderingModuleItemKind
impl UnwindSafe for SourceItemOrderingModuleItemKind
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§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.§impl<T> IntoEither for T
impl<T> IntoEither for T
§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 more§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 moreimpl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
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