pub struct UnsignedValue(/* private fields */);
Expand description
A generic unsigned value for stream recording purposes
Trait Implementations§
Source§impl From<i128> for UnsignedValue
impl From<i128> for UnsignedValue
Source§impl From<i16> for UnsignedValue
impl From<i16> for UnsignedValue
Source§impl From<i32> for UnsignedValue
impl From<i32> for UnsignedValue
Source§impl From<i64> for UnsignedValue
impl From<i64> for UnsignedValue
Source§impl From<i8> for UnsignedValue
impl From<i8> for UnsignedValue
Source§impl From<u128> for UnsignedValue
impl From<u128> for UnsignedValue
Source§impl From<u16> for UnsignedValue
impl From<u16> for UnsignedValue
Source§impl From<u32> for UnsignedValue
impl From<u32> for UnsignedValue
Source§impl From<u64> for UnsignedValue
impl From<u64> for UnsignedValue
Auto Trait Implementations§
impl Freeze for UnsignedValue
impl RefUnwindSafe for UnsignedValue
impl Send for UnsignedValue
impl Sync for UnsignedValue
impl Unpin for UnsignedValue
impl UnwindSafe for UnsignedValue
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