fn read_batch(bytes: &[u8]) -> Vec<Self>
fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
fn read_one(bytes: &[u8], offset: &mut usize) -> Self
impl BatchData for usize
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Self
[src]impl BatchData for bool
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Self
[src]impl BatchData for f64
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn write_one(item: Self, bytes: &mut Vec<u8>)
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Self
[src]impl BatchData for Array
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Self
[src]fn write_one(value: Self, bytes: &mut Vec<u8>)
[src]impl BatchData for Nullable
[src]fn write_batch(items: &[Self], bytes: &mut Vec<u8>)
[src]fn read_batch(bytes: &[u8]) -> Vec<Self>
[src]fn read_one(bytes: &[u8], offset: &mut usize) -> Self
[src]fn write_one(value: Self, bytes: &mut Vec<u8>)
[src]impl<T: IntFromU64> BatchData for T
[src]