pub enum ModuleAlias {}Expand description
Module alias namespace.
Trait Implementations§
Source§impl Clone for ModuleAlias
impl Clone for ModuleAlias
Source§fn clone(&self) -> ModuleAlias
fn clone(&self) -> ModuleAlias
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 ModuleAlias
Source§impl Debug for ModuleAlias
impl Debug for ModuleAlias
impl Eq for ModuleAlias
Source§impl Hash for ModuleAlias
impl Hash for ModuleAlias
Source§impl NameNamespace for ModuleAlias
impl NameNamespace for ModuleAlias
Source§const DISPLAY_NAME: &'static str = "ModuleAliasName"
const DISPLAY_NAME: &'static str = "ModuleAliasName"
Human-readable alias/newtype name for this namespace.
Source§impl Ord for ModuleAlias
impl Ord for ModuleAlias
Source§fn cmp(&self, other: &ModuleAlias) -> Ordering
fn cmp(&self, other: &ModuleAlias) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ModuleAlias
impl PartialEq for ModuleAlias
Source§fn eq(&self, other: &ModuleAlias) -> bool
fn eq(&self, other: &ModuleAlias) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ModuleAlias
impl PartialOrd for ModuleAlias
impl StructuralPartialEq for ModuleAlias
Auto Trait Implementations§
impl Freeze for ModuleAlias
impl RefUnwindSafe for ModuleAlias
impl Send for ModuleAlias
impl Sync for ModuleAlias
impl Unpin for ModuleAlias
impl UnsafeUnpin for ModuleAlias
impl UnwindSafe for ModuleAlias
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.