pub struct IntLiteral(/* private fields */);Expand description
A displayable int literal description.
Trait Implementations§
Source§impl Clone for IntLiteral
impl Clone for IntLiteral
Source§fn clone(&self) -> IntLiteral
fn clone(&self) -> IntLiteral
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 Debug for IntLiteral
impl Debug for IntLiteral
Source§impl Default for IntLiteral
impl Default for IntLiteral
Source§fn default() -> IntLiteral
fn default() -> IntLiteral
Returns the “default value” for a type. Read more
Source§impl Display for IntLiteral
impl Display for IntLiteral
Source§impl DisplayHuman for IntLiteral
impl DisplayHuman for IntLiteral
Source§impl Hash for IntLiteral
impl Hash for IntLiteral
Source§impl PartialEq for IntLiteral
impl PartialEq for IntLiteral
impl Copy for IntLiteral
impl Eq for IntLiteral
impl StructuralPartialEq for IntLiteral
Auto Trait Implementations§
impl Freeze for IntLiteral
impl RefUnwindSafe for IntLiteral
impl Send for IntLiteral
impl Sync for IntLiteral
impl Unpin for IntLiteral
impl UnwindSafe for IntLiteral
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