pub struct Integer { /* private fields */ }
Expand description
Represents a MessagePack integer, whether signed or unsigned.
A Value
or ValueRef
that contains integer can be constructed using From
trait.
Implementations§
Trait Implementations§
source§impl PartialEq for Integer
impl PartialEq for Integer
impl Copy for Integer
impl StructuralPartialEq for Integer
Auto Trait Implementations§
impl Freeze for Integer
impl RefUnwindSafe for Integer
impl Send for Integer
impl Sync for Integer
impl Unpin for Integer
impl UnwindSafe for Integer
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