#[repr(C)]pub struct Alter_inplace_info_Rename_key_pair {
pub old_key: *const KEY,
pub new_key: *const KEY,
}
Expand description
Old and new index names. Used for index rename.
Fields§
§old_key: *const KEY
§new_key: *const KEY
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Alter_inplace_info_Rename_key_pair
impl !Send for Alter_inplace_info_Rename_key_pair
impl !Sync for Alter_inplace_info_Rename_key_pair
impl Unpin for Alter_inplace_info_Rename_key_pair
impl !UnwindSafe for Alter_inplace_info_Rename_key_pair
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