pub struct DiskIndex(/* private fields */);Implementations§
Trait Implementations§
impl Copy for DiskIndex
impl Eq for DiskIndex
impl StructuralPartialEq for DiskIndex
Auto Trait Implementations§
impl Freeze for DiskIndex
impl RefUnwindSafe for DiskIndex
impl Send for DiskIndex
impl Sync for DiskIndex
impl Unpin for DiskIndex
impl UnsafeUnpin for DiskIndex
impl UnwindSafe for DiskIndex
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