pub struct IntLiteralId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for IntLiteralId
impl Clone for IntLiteralId
Source§fn clone(&self) -> IntLiteralId
fn clone(&self) -> IntLiteralId
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 IntLiteralId
Source§impl Debug for IntLiteralId
impl Debug for IntLiteralId
impl Eq for IntLiteralId
Source§impl Hash for IntLiteralId
impl Hash for IntLiteralId
Source§impl PartialEq for IntLiteralId
impl PartialEq for IntLiteralId
Source§fn eq(&self, other: &IntLiteralId) -> bool
fn eq(&self, other: &IntLiteralId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntLiteralId
Auto Trait Implementations§
impl Freeze for IntLiteralId
impl RefUnwindSafe for IntLiteralId
impl Send for IntLiteralId
impl Sync for IntLiteralId
impl Unpin for IntLiteralId
impl UnsafeUnpin for IntLiteralId
impl UnwindSafe for IntLiteralId
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