pub enum IndexEnum {
Primary,
Unique {
name: String,
},
Index {
name: String,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexEnum
impl RefUnwindSafe for IndexEnum
impl Send for IndexEnum
impl Sync for IndexEnum
impl Unpin for IndexEnum
impl UnwindSafe for IndexEnum
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