pub enum ClusterAllocationExplainParts {
None,
}
Expand description
API parts for the Cluster Allocation Explain API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClusterAllocationExplainParts
impl Clone for ClusterAllocationExplainParts
Source§fn clone(&self) -> ClusterAllocationExplainParts
fn clone(&self) -> ClusterAllocationExplainParts
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 PartialEq for ClusterAllocationExplainParts
impl PartialEq for ClusterAllocationExplainParts
Source§fn eq(&self, other: &ClusterAllocationExplainParts) -> bool
fn eq(&self, other: &ClusterAllocationExplainParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ClusterAllocationExplainParts
Auto Trait Implementations§
impl Freeze for ClusterAllocationExplainParts
impl RefUnwindSafe for ClusterAllocationExplainParts
impl Send for ClusterAllocationExplainParts
impl Sync for ClusterAllocationExplainParts
impl Unpin for ClusterAllocationExplainParts
impl UnwindSafe for ClusterAllocationExplainParts
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