Struct heed_types::U128
source · pub struct U128<O>(_);Trait Implementations§
source§impl<O: ByteOrder> BytesDecode<'_> for U128<O>
impl<O: ByteOrder> BytesDecode<'_> for U128<O>
type DItem = u128
fn bytes_decode(bytes: &[u8]) -> Result<Self::DItem, BoxedError>
Auto Trait Implementations§
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