pub enum CreateParts<'b> {
IndexId(&'b str, &'b str),
IndexTypeId(&'b str, &'b str, &'b str),
}
Expand description
API parts for the Create API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for CreateParts<'b>
impl<'b> Clone for CreateParts<'b>
Source§fn clone(&self) -> CreateParts<'b>
fn clone(&self) -> CreateParts<'b>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'b> Debug for CreateParts<'b>
impl<'b> Debug for CreateParts<'b>
Source§impl<'b> PartialEq for CreateParts<'b>
impl<'b> PartialEq for CreateParts<'b>
impl<'b> StructuralPartialEq for CreateParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for CreateParts<'b>
impl<'b> RefUnwindSafe for CreateParts<'b>
impl<'b> Send for CreateParts<'b>
impl<'b> Sync for CreateParts<'b>
impl<'b> Unpin for CreateParts<'b>
impl<'b> UnwindSafe for CreateParts<'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