Struct generic_btree::FindResult
source · pub struct FindResult {
pub index: usize,
pub offset: usize,
pub found: bool,
}Fields§
§index: usize§offset: usize§found: boolImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for FindResult
impl Send for FindResult
impl Sync for FindResult
impl Unpin for FindResult
impl UnwindSafe for FindResult
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