pub enum IndicesModifyDataStreamParts {
None,
}
Expand description
API parts for the Indices Modify Data Stream API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for IndicesModifyDataStreamParts
impl Clone for IndicesModifyDataStreamParts
Source§fn clone(&self) -> IndicesModifyDataStreamParts
fn clone(&self) -> IndicesModifyDataStreamParts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IndicesModifyDataStreamParts
impl Debug for IndicesModifyDataStreamParts
Source§impl PartialEq for IndicesModifyDataStreamParts
impl PartialEq for IndicesModifyDataStreamParts
Source§fn eq(&self, other: &IndicesModifyDataStreamParts) -> bool
fn eq(&self, other: &IndicesModifyDataStreamParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IndicesModifyDataStreamParts
impl StructuralPartialEq for IndicesModifyDataStreamParts
Auto Trait Implementations§
impl Freeze for IndicesModifyDataStreamParts
impl RefUnwindSafe for IndicesModifyDataStreamParts
impl Send for IndicesModifyDataStreamParts
impl Sync for IndicesModifyDataStreamParts
impl Unpin for IndicesModifyDataStreamParts
impl UnwindSafe for IndicesModifyDataStreamParts
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