Struct jj_lib::default_index_store::ReadonlyIndexWrapper
source · pub struct ReadonlyIndexWrapper(_);
Implementations§
source§impl ReadonlyIndexWrapper
impl ReadonlyIndexWrapper
pub fn as_composite(&self) -> CompositeIndex<'_>
Trait Implementations§
source§impl ReadonlyIndex for ReadonlyIndexWrapper
impl ReadonlyIndex for ReadonlyIndexWrapper
Auto Trait Implementations§
impl RefUnwindSafe for ReadonlyIndexWrapper
impl Send for ReadonlyIndexWrapper
impl Sync for ReadonlyIndexWrapper
impl Unpin for ReadonlyIndexWrapper
impl UnwindSafe for ReadonlyIndexWrapper
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