pub struct IndexHandle {
pub table: TableHandle,
pub id: String,
}Fields§
§table: TableHandle§id: StringImplementations§
Source§impl IndexHandle
impl IndexHandle
pub fn renamed_from(self, old_name: &str) -> IndexHandle
Auto Trait Implementations§
impl Freeze for IndexHandle
impl !RefUnwindSafe for IndexHandle
impl !Send for IndexHandle
impl !Sync for IndexHandle
impl Unpin for IndexHandle
impl UnsafeUnpin for IndexHandle
impl !UnwindSafe for IndexHandle
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