Struct idx_binary::Found
pub struct Found {
pub row: Option<NonZero<u32>>,
pub ord: Ordering,
}Fields§
§row: Option<NonZero<u32>>§ord: OrderingTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Found
impl Send for Found
impl Sync for Found
impl Unpin for Found
impl UnwindSafe for Found
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