pub struct LocalTempId(/* private fields */);Expand description
Function-local temporary-value index.
Implementations§
Trait Implementations§
Source§impl Clone for LocalTempId
impl Clone for LocalTempId
impl Copy for LocalTempId
Source§impl Debug for LocalTempId
impl Debug for LocalTempId
Source§impl Default for LocalTempId
impl Default for LocalTempId
Source§impl<'de> Deserialize<'de> for LocalTempId
impl<'de> Deserialize<'de> for LocalTempId
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 Display for LocalTempId
impl Display for LocalTempId
impl Eq for LocalTempId
Source§impl From<LocalTempId> for usize
impl From<LocalTempId> for usize
Source§fn from(id: LocalTempId) -> usize
fn from(id: LocalTempId) -> usize
Converts to this type from the input type.
Source§impl From<usize> for LocalTempId
impl From<usize> for LocalTempId
Source§impl Hash for LocalTempId
impl Hash for LocalTempId
impl Identifier for LocalTempId
Source§impl Ord for LocalTempId
impl Ord for LocalTempId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LocalTempId
impl PartialEq for LocalTempId
Auto Trait Implementations§
impl Freeze for LocalTempId
impl RefUnwindSafe for LocalTempId
impl Send for LocalTempId
impl Sync for LocalTempId
impl Unpin for LocalTempId
impl UnsafeUnpin for LocalTempId
impl UnwindSafe for LocalTempId
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