Struct tantivy_common::VIntU128
source · pub struct VIntU128(pub u128);
Expand description
Wrapper over a u128
that serializes as a variable int.
Tuple Fields§
§0: u128
Trait Implementations§
source§impl BinarySerializable for VIntU128
impl BinarySerializable for VIntU128
source§impl PartialEq for VIntU128
impl PartialEq for VIntU128
impl Copy for VIntU128
impl Eq for VIntU128
impl StructuralPartialEq for VIntU128
Auto Trait Implementations§
impl Freeze for VIntU128
impl RefUnwindSafe for VIntU128
impl Send for VIntU128
impl Sync for VIntU128
impl Unpin for VIntU128
impl UnwindSafe for VIntU128
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