pub struct GlobalName { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AsRef<Ident> for GlobalName
impl AsRef<Ident> for GlobalName
Source§impl AsRef<str> for GlobalName
impl AsRef<str> for GlobalName
Source§impl Borrow<Ident> for GlobalName
impl Borrow<Ident> for GlobalName
Source§impl Borrow<str> for GlobalName
impl Borrow<str> for GlobalName
Source§impl Clone for GlobalName
impl Clone for GlobalName
Source§fn clone(&self) -> GlobalName
fn clone(&self) -> GlobalName
Returns a duplicate 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 Comparable<Ident> for GlobalName
impl Comparable<Ident> for GlobalName
Source§impl Comparable<String> for GlobalName
impl Comparable<String> for GlobalName
Source§impl Debug for GlobalName
impl Debug for GlobalName
Source§impl Display for GlobalName
impl Display for GlobalName
Source§impl Equivalent<Ident> for GlobalName
impl Equivalent<Ident> for GlobalName
Source§fn equivalent(&self, other: &Ident) -> bool
fn equivalent(&self, other: &Ident) -> bool
Compare self to
key and return true if they are equal.Source§impl Equivalent<String> for GlobalName
impl Equivalent<String> for GlobalName
Source§fn equivalent(&self, other: &String) -> bool
fn equivalent(&self, other: &String) -> bool
Compare self to
key and return true if they are equal.Source§impl From<GlobalName> for Spanned<Token>
impl From<GlobalName> for Spanned<Token>
Source§fn from(value: GlobalName) -> Self
fn from(value: GlobalName) -> Self
Converts to this type from the input type.
Source§impl Hash for GlobalName
impl Hash for GlobalName
Source§impl Ord for GlobalName
impl Ord for GlobalName
Source§fn cmp(&self, other: &GlobalName) -> Ordering
fn cmp(&self, other: &GlobalName) -> Ordering
1.21.0 · 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 GlobalName
impl PartialEq for GlobalName
Source§impl PartialOrd for GlobalName
impl PartialOrd for GlobalName
impl Eq for GlobalName
impl StructuralPartialEq for GlobalName
Auto Trait Implementations§
impl Freeze for GlobalName
impl RefUnwindSafe for GlobalName
impl Send for GlobalName
impl Sync for GlobalName
impl Unpin for GlobalName
impl UnwindSafe for GlobalName
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.