pub struct TemporaryName { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AsRef<Ident> for TemporaryName
impl AsRef<Ident> for TemporaryName
Source§impl AsRef<str> for TemporaryName
impl AsRef<str> for TemporaryName
Source§impl Borrow<Ident> for TemporaryName
impl Borrow<Ident> for TemporaryName
Source§impl Borrow<str> for TemporaryName
impl Borrow<str> for TemporaryName
Source§impl Clone for TemporaryName
impl Clone for TemporaryName
Source§fn clone(&self) -> TemporaryName
fn clone(&self) -> TemporaryName
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 TemporaryName
impl Comparable<Ident> for TemporaryName
Source§impl Comparable<String> for TemporaryName
impl Comparable<String> for TemporaryName
Source§impl Debug for TemporaryName
impl Debug for TemporaryName
Source§impl Display for TemporaryName
impl Display for TemporaryName
Source§impl Equivalent<Ident> for TemporaryName
impl Equivalent<Ident> for TemporaryName
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 TemporaryName
impl Equivalent<String> for TemporaryName
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<TemporaryName> for Spanned<Token>
impl From<TemporaryName> for Spanned<Token>
Source§fn from(value: TemporaryName) -> Self
fn from(value: TemporaryName) -> Self
Converts to this type from the input type.
Source§impl From<TemporaryName> for Value
impl From<TemporaryName> for Value
Source§fn from(name: TemporaryName) -> Self
fn from(name: TemporaryName) -> Self
Converts to this type from the input type.
Source§impl Hash for TemporaryName
impl Hash for TemporaryName
Source§impl Ord for TemporaryName
impl Ord for TemporaryName
Source§fn cmp(&self, other: &TemporaryName) -> Ordering
fn cmp(&self, other: &TemporaryName) -> 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 TemporaryName
impl PartialEq for TemporaryName
Source§impl PartialOrd for TemporaryName
impl PartialOrd for TemporaryName
impl Eq for TemporaryName
impl StructuralPartialEq for TemporaryName
Auto Trait Implementations§
impl Freeze for TemporaryName
impl RefUnwindSafe for TemporaryName
impl Send for TemporaryName
impl Sync for TemporaryName
impl Unpin for TemporaryName
impl UnwindSafe for TemporaryName
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.