pub struct RecursiveIndexes { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for RecursiveIndexes
impl RefUnwindSafe for RecursiveIndexes
impl Send for RecursiveIndexes
impl Sync for RecursiveIndexes
impl Unpin for RecursiveIndexes
impl UnsafeUnpin for RecursiveIndexes
impl UnwindSafe for RecursiveIndexes
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