pub enum JvmLegacy {}Expand description
The JvmLegacy format is meant to be compatible with the original Java implementation of Roaring64NavigableMap
It is used only for Treemaps, not bitmaps.
Trait Implementations§
Source§impl Deserializer for JvmLegacy
Available on crate feature alloc only.
impl Deserializer for JvmLegacy
Available on crate feature
alloc only.Source§impl Serializer for JvmLegacy
Available on crate feature alloc only.
impl Serializer for JvmLegacy
Available on crate feature
alloc only.Source§fn serialize_into_writer<W>(treemap: &Treemap, dst: W) -> Result<usize>where
W: Write,
fn serialize_into_writer<W>(treemap: &Treemap, dst: W) -> Result<usize>where
W: Write,
Available on crate feature
std only.Serialize a treemap into a writer Read more
Auto Trait Implementations§
impl Freeze for JvmLegacy
impl RefUnwindSafe for JvmLegacy
impl Send for JvmLegacy
impl Sync for JvmLegacy
impl Unpin for JvmLegacy
impl UnwindSafe for JvmLegacy
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