Struct idx_binary::DataAddress
source · pub struct DataAddress { /* private fields */ }Trait Implementations§
source§impl AvltrieeHolder<DataAddress, &[u8], IdxFileAllocator<DataAddress>> for IdxBinary
impl AvltrieeHolder<DataAddress, &[u8], IdxFileAllocator<DataAddress>> for IdxBinary
fn cmp(&self, left: &DataAddress, right: &&[u8]) -> Ordering
fn search(&self, input: &&[u8]) -> Found
fn convert_value(&mut self, input: &[u8]) -> DataAddress
fn delete_before_update(&mut self, row: NonZeroU32)
source§impl Clone for DataAddress
impl Clone for DataAddress
source§fn clone(&self) -> DataAddress
fn clone(&self) -> DataAddress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DataAddress
impl Default for DataAddress
source§fn default() -> DataAddress
fn default() -> DataAddress
Returns the “default value” for a type. Read more
source§impl PartialEq for DataAddress
impl PartialEq for DataAddress
source§fn eq(&self, other: &DataAddress) -> bool
fn eq(&self, other: &DataAddress) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataAddress
Auto Trait Implementations§
impl RefUnwindSafe for DataAddress
impl Send for DataAddress
impl Sync for DataAddress
impl Unpin for DataAddress
impl UnwindSafe for DataAddress
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