pub enum ParsedIndex {
V3(Index),
}Variants§
V3(Index)
Implementations§
Source§impl ParsedIndex
impl ParsedIndex
pub fn get_metadata(&self) -> IndexMetadata
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedIndex
impl RefUnwindSafe for ParsedIndex
impl Send for ParsedIndex
impl Sync for ParsedIndex
impl Unpin for ParsedIndex
impl UnwindSafe for ParsedIndex
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