Struct heed_types::U128
source · pub struct U128<O>(/* private fields */);
Expand description
Encodable version of u128
.
Trait Implementations§
source§impl<O: ByteOrder> BytesDecode<'_> for U128<O>
impl<O: ByteOrder> BytesDecode<'_> for U128<O>
source§fn bytes_decode(bytes: &[u8]) -> Result<Self::DItem, BoxedError>
fn bytes_decode(bytes: &[u8]) -> Result<Self::DItem, BoxedError>
Decode the given bytes as
DItem
.Auto Trait Implementations§
impl<O> Freeze for U128<O>
impl<O> RefUnwindSafe for U128<O>where
O: RefUnwindSafe,
impl<O> Send for U128<O>where
O: Send,
impl<O> Sync for U128<O>where
O: Sync,
impl<O> Unpin for U128<O>where
O: Unpin,
impl<O> UnwindSafe for U128<O>where
O: UnwindSafe,
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