pub enum GetParts<'b> {
IndexId(&'b str, &'b str),
}
Expand description
API parts for the Get API
Variants§
Implementations§
Trait Implementations§
impl<'b> Eq for GetParts<'b>
impl<'b> StructuralPartialEq for GetParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for GetParts<'b>
impl<'b> RefUnwindSafe for GetParts<'b>
impl<'b> Send for GetParts<'b>
impl<'b> Sync for GetParts<'b>
impl<'b> Unpin for GetParts<'b>
impl<'b> UnwindSafe for GetParts<'b>
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