pub struct CreateIndexData<'until_build> { /* private fields */ }
Expand description
Representation of a create index operation
Auto Trait Implementations§
impl<'until_build> Freeze for CreateIndexData<'until_build>
impl<'until_build> RefUnwindSafe for CreateIndexData<'until_build>
impl<'until_build> Send for CreateIndexData<'until_build>
impl<'until_build> Sync for CreateIndexData<'until_build>
impl<'until_build> Unpin for CreateIndexData<'until_build>
impl<'until_build> UnwindSafe for CreateIndexData<'until_build>
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