pub enum MtermvectorsParts<'b> {
None,
Index(&'b str),
IndexType(&'b str, &'b str),
}
Expand description
API parts for the Mtermvectors API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for MtermvectorsParts<'b>
impl<'b> Clone for MtermvectorsParts<'b>
Source§fn clone(&self) -> MtermvectorsParts<'b>
fn clone(&self) -> MtermvectorsParts<'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 MtermvectorsParts<'b>
impl<'b> Debug for MtermvectorsParts<'b>
Source§impl<'b> PartialEq for MtermvectorsParts<'b>
impl<'b> PartialEq for MtermvectorsParts<'b>
impl<'b> StructuralPartialEq for MtermvectorsParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for MtermvectorsParts<'b>
impl<'b> RefUnwindSafe for MtermvectorsParts<'b>
impl<'b> Send for MtermvectorsParts<'b>
impl<'b> Sync for MtermvectorsParts<'b>
impl<'b> Unpin for MtermvectorsParts<'b>
impl<'b> UnwindSafe for MtermvectorsParts<'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