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