pub enum IndicesUpdateAliasesParts {
None,
}
Expand description
API parts for the Indices Update Aliases API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for IndicesUpdateAliasesParts
impl Clone for IndicesUpdateAliasesParts
Source§fn clone(&self) -> IndicesUpdateAliasesParts
fn clone(&self) -> IndicesUpdateAliasesParts
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 Debug for IndicesUpdateAliasesParts
impl Debug for IndicesUpdateAliasesParts
impl StructuralPartialEq for IndicesUpdateAliasesParts
Auto Trait Implementations§
impl Freeze for IndicesUpdateAliasesParts
impl RefUnwindSafe for IndicesUpdateAliasesParts
impl Send for IndicesUpdateAliasesParts
impl Sync for IndicesUpdateAliasesParts
impl Unpin for IndicesUpdateAliasesParts
impl UnwindSafe for IndicesUpdateAliasesParts
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