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