Struct semilattice_database::IdxBinary
source · [−]pub struct IdxBinary { /* private fields */ }Implementations
sourceimpl IdxBinary
impl IdxBinary
pub fn new(path_prefix: &str) -> Result<IdxBinary, Error>
pub fn bytes(&self, row: u32) -> &[u8]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
pub fn str(&self, row: u32) -> &str
pub fn row(&self, target: &[u8]) -> Option<u32>
pub fn entry(&mut self, target: &[u8]) -> Option<u32>
Auto Trait Implementations
impl RefUnwindSafe for IdxBinary
impl Send for IdxBinary
impl Sync for IdxBinary
impl Unpin for IdxBinary
impl UnwindSafe for IdxBinary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more