pub struct Number64(pub i128);
Expand description
CBOR Number Positive or Negative
Tuple Fields§
§0: i128
Trait Implementations§
Source§impl Ord for Number64
impl Ord for Number64
Source§impl PartialOrd for Number64
impl PartialOrd for Number64
impl Copy for Number64
impl Eq for Number64
impl StructuralPartialEq for Number64
Auto Trait Implementations§
impl Freeze for Number64
impl RefUnwindSafe for Number64
impl Send for Number64
impl Sync for Number64
impl Unpin for Number64
impl UnwindSafe for Number64
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