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 copy 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<'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
Source§impl PartialEq for SourceItemOrderingModuleItemKind
impl PartialEq for SourceItemOrderingModuleItemKind
Source§fn eq(&self, other: &SourceItemOrderingModuleItemKind) -> bool
fn eq(&self, other: &SourceItemOrderingModuleItemKind) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.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§
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 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